Skip to content

Commit 2a01609

Browse files
committedJun 8, 2018
fix: travis-ci should use npm install instead of npm ci
1 parent bc68b3d commit 2a01609

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ node_js:
88
before_install:
99
- npm install -g npm@5
1010
- npm install -g greenkeeper-lockfile@1
11+
install: npm install
1112
before_script:
1213
- greenkeeper-lockfile-update
1314
- sudo mount --make-shared /

0 commit comments

Comments
 (0)