Skip to content

Commit e2c94f1

Browse files
committed
Test on Node maintenance LTSes, active LTS and stable
1 parent e174ea4 commit e2c94f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ env:
1515
- DISPLAY=$(if [[ $TRAVIS_OS_NAME == "linux" ]]; then echo ':99.0'; fi)
1616
- MOZ_XVFB=$(if [[ $TRAVIS_OS_NAME == "linux" ]]; then echo 1; fi)
1717
matrix:
18-
- NODE_VERSION="4"
19-
- NODE_VERSION="6"
20-
- NODE_VERSION="stable"
18+
- NODE_VERSION="6" # Maintenance LTS
19+
- NODE_VERSION="8" # Maintenance LTS
20+
- NODE_VERSION="lts/*"
21+
- NODE_VERSION="node"
2122
before_install:
2223
- rm -rf ~/.nvm
2324
- git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`)

0 commit comments

Comments
 (0)