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 f73e9fe commit b7d566eCopy full SHA for b7d566e
.travis.yml
@@ -8,7 +8,7 @@ env:
8
- DISPLAY=$(if [[ $TRAVIS_OS_NAME == "linux" ]]; then echo ':99.0'; fi)
9
- MOZ_XVFB=$(if [[ $TRAVIS_OS_NAME == "linux" ]]; then echo 1; fi)
10
matrix:
11
- - NODE_VERSION="8" # Maintenance LTS
+ - NODE_VERSION="10" # Maintenance LTS
12
- NODE_VERSION="lts/*"
13
- NODE_VERSION="node"
14
before_install:
0 commit comments