Skip to content

Commit

Permalink
Test against Node 8 and 10
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed Aug 30, 2018
1 parent 9b03b61 commit efc86ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: node_js
node_js:
- 4
- 6
- '4'
- '6'
- '8'
- '10'
sudo: false
cache:
yarn: true
Expand Down

0 comments on commit efc86ce

Please sign in to comment.