Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 7bc9609

Browse files
committed
test: fix travis CI
1 parent 3c0e52a commit 7bc9609

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
@@ -7,14 +7,13 @@ matrix:
77
env: CXX=g++-4.8
88
- node_js: 6
99
env:
10-
- SAUCE=false
1110
- CXX=g++-4.8
1211
- node_js: stable
1312
env: CXX=g++-4.8
1413

1514
# Make sure we have new NPM.
1615
before_install:
17-
- npm install -g npm
16+
- npm install -g npm@4
1817

1918
script:
2019
- npm run lint

0 commit comments

Comments
 (0)