Skip to content

Commit

Permalink
Use node 6 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed May 23, 2018
1 parent 83e5e59 commit 0b26d6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,7 +3,7 @@ dist: trusty
language: node_js

node_js:
- '8'
- '6'

os:
- linux
Expand All @@ -15,7 +15,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y wine nsis; fi

install:
- travis_wait 60 npm install
- npm install
- npm run dist

deploy:
Expand Down

0 comments on commit 0b26d6f

Please sign in to comment.