We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e174ea4 commit e2c94f1Copy full SHA for e2c94f1
.travis.yml
@@ -15,9 +15,10 @@ env:
15
- DISPLAY=$(if [[ $TRAVIS_OS_NAME == "linux" ]]; then echo ':99.0'; fi)
16
- MOZ_XVFB=$(if [[ $TRAVIS_OS_NAME == "linux" ]]; then echo 1; fi)
17
matrix:
18
- - NODE_VERSION="4"
19
- - NODE_VERSION="6"
20
- - NODE_VERSION="stable"
+ - NODE_VERSION="6" # Maintenance LTS
+ - NODE_VERSION="8" # Maintenance LTS
+ - NODE_VERSION="lts/*"
21
+ - NODE_VERSION="node"
22
before_install:
23
- rm -rf ~/.nvm
24
- git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`)
0 commit comments