Skip to content

Commit 65b7346

Browse files
build(travis): new package-lock.json and npm ci
1 parent b2d3bf2 commit 65b7346

File tree

2 files changed

+906
-454
lines changed

2 files changed

+906
-454
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install:
1919
#- case $TRAVIS_BRANCH in greenkeeper*) npm i;; *) npm ci;; esac;
2020
# somehow the above command fails when we have a cache available on travis - needs some more investigation, stick with
2121
# npm i for now
22-
- npm i
22+
- npm ci
2323

2424
notifications:
2525
email: false

0 commit comments

Comments
 (0)