Skip to content

Commit b7d566e

Browse files
committed
Stop testing with Node.js 8
1 parent f73e9fe commit b7d566e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
- DISPLAY=$(if [[ $TRAVIS_OS_NAME == "linux" ]]; then echo ':99.0'; fi)
99
- MOZ_XVFB=$(if [[ $TRAVIS_OS_NAME == "linux" ]]; then echo 1; fi)
1010
matrix:
11-
- NODE_VERSION="8" # Maintenance LTS
11+
- NODE_VERSION="10" # Maintenance LTS
1212
- NODE_VERSION="lts/*"
1313
- NODE_VERSION="node"
1414
before_install:

0 commit comments

Comments
 (0)