Skip to content

Commit

Permalink
Merge pull request #339 from DanielRuf/chore/add-nodejs-9-10-remove-n…
Browse files Browse the repository at this point in the history
…odejs-4

add Node.js 9 and 10, remove Node.js 4
  • Loading branch information
TalAter authored May 7, 2018
2 parents 604e525 + a12d915 commit 278b5b1
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,11 +1,12 @@
sudo: false
language: node_js
node_js:
- '10'
- '9'
- '8'
- '7'
- '6'
- '5'
- '4'
- 'node'
deploy:
provider: npm
Expand Down

0 comments on commit 278b5b1

Please sign in to comment.