Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
test on more recent node
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Apr 7, 2020
1 parent 7b1989a commit 01678e1
Show file tree
Hide file tree
Showing 4 changed files with 2,658 additions and 1,381 deletions.
7 changes: 5 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"presets": ["es2015", "stage-0"]
}
"plugins": [
"@babel/plugin-proposal-function-bind"
],
"presets": ["@babel/preset-env"]
}
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
language: node_js
node_js:
- '10.16.3'
- node # Current stable, i.e. 13 in October, 2019
- lts/* # Most recent LTS version, i.e. 12 in October, 2019
- 10 # Explicitly include an active LTS version
- 8 # Explicitly include the maintenance LTS version
Loading

0 comments on commit 01678e1

Please sign in to comment.