Skip to content

Commit

Permalink
chore(travis): changes node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stalniy committed Mar 6, 2018
1 parent afe64f2 commit 75dbc57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js

node_js:
- "6.0.0"
- "8.9.1"
- 6 # to be removed 2019-04-01
- lts/*
- node

before_install:
- if [[ `npm -v` = 2* ]]; then npm i -g npm@3.10.8; fi
Expand Down

0 comments on commit 75dbc57

Please sign in to comment.