Skip to content

Commit

Permalink
Switch travisCI to LTS version of Node
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Apr 25, 2018
1 parent 9b383f1 commit 83f991d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "lts/*"
- "node"
sudo: false
env:
Expand All @@ -25,7 +26,9 @@ addons:

matrix:
fast_finish: true
# allow_failures:
allow_failures:
- node_js:
- "node"
# - env: FIREFOX_RELEASE='nightly-latest'
# - env: FIREFOX_RELEASE='esr-latest'
cache:
Expand Down

0 comments on commit 83f991d

Please sign in to comment.