Skip to content

Commit

Permalink
ci(Travis): removed node 8 and added node 11
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroJr committed Nov 8, 2018
1 parent 002d15e commit 1fa57a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ cache:
notifications:
email: false
node_js:
- "11"
- "10"
- "9"
- "8"
- "6"
script:
- npm run test
after_success:
Expand Down

0 comments on commit 1fa57a5

Please sign in to comment.