Skip to content

Commit 84557a8

Browse files
Revert to npm install from npm ci
Due to TravisCI issues: 0.49s$ npm ci npm ERR! Unexpected string in JSON at position 609390 npm ERR! A complete log of this run can be found in: npm ERR! /home/travis/.npm/_logs/2018-07-25T19_59_42_628Z-debug.log The command "npm ci" failed and exited with 1 during .
1 parent 672a38d commit 84557a8

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
@@ -5,7 +5,7 @@ node_js:
55
install:
66
- npm install npm -g
77
- npm config set audit false
8-
- npm ci
8+
- npm install
99
script:
1010
- npm run travis-ci
1111
env:

0 commit comments

Comments
 (0)