Skip to content

Commit bdee98f

Browse files
devversionkara
authored andcommitted
build: switch travis to nodejs 8 (#6606)
1 parent 4cff5ce commit bdee98f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
dist: trusty
44

55
node_js:
6-
- '--lts'
6+
- '8'
77

88
addons:
99
jwt:
@@ -43,7 +43,6 @@ env:
4343

4444
before_install:
4545
- source ./scripts/ci/travis-env.sh
46-
- npm i -g npm@^5.3.0
4746

4847
install:
4948
- npm install

0 commit comments

Comments
 (0)