Skip to content

Commit

Permalink
Merge pull request #18 from ohwillie/travis-tweaks
Browse files Browse the repository at this point in the history
Make .travis.yml match supported node versions
  • Loading branch information
kornelski authored Feb 9, 2019
2 parents aacb119 + c0c2587 commit 850fde3
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
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- '9'
- '11'
- '10'
- '8'
- '6'

0 comments on commit 850fde3

Please sign in to comment.