Skip to content

Commit 08b77ab

Browse files
committed
Run npm install instead of npm ci in Travis because npm ci doesn't nice with greenkeeper changes
1 parent 22b5408 commit 08b77ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ addons:
1313
- gcc-4.8
1414
- g++-4.8
1515
before_install: npm install -g greenkeeper-lockfile
16+
install: npm install
1617
before_script: greenkeeper-lockfile-update
1718
after_script: greenkeeper-lockfile-upload
1819
script: npm run test:ci

0 commit comments

Comments
 (0)