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

Commit

Permalink
test against more node version
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Apr 7, 2020
1 parent 8677560 commit 9af1e8a
Show file tree
Hide file tree
Showing 5 changed files with 3,991 additions and 1,995 deletions.
3 changes: 2 additions & 1 deletion .babelrc
@@ -1,3 +1,4 @@
{
"presets": ["es2015", "stage-0"]
"plugins": ["@babel/plugin-proposal-function-bind"],
"presets": ["@babel/preset-env"]
}
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,3 +1,6 @@
language: node_js
node_js:
- '6.5.0'
- 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

0 comments on commit 9af1e8a

Please sign in to comment.