Skip to content

Commit

Permalink
Test against modern node versions (#49)
Browse files Browse the repository at this point in the history
* Change node_js in .travis.yml to test against modern node versions
  • Loading branch information
amilajack authored and pokusew committed Dec 27, 2018
1 parent cca3781 commit 6c70f24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ sudo: false
language: node_js

node_js:
- "7"
- node
- 8

cache:
npm: true
Expand Down

0 comments on commit 6c70f24

Please sign in to comment.