We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3866f3 commit 940ee9cCopy full SHA for 940ee9c
.travis.yml
@@ -16,10 +16,10 @@ node_js:
16
# of updating the package lock.
17
install:
18
# decide if running on greenkeeper branch or not
19
-#- case $TRAVIS_BRANCH in greenkeeper*) npm i;; *) npm ci;; esac;
+- case $TRAVIS_BRANCH in greenkeeper*) npm i;; *) npm ci;; esac;
20
# somehow the above command fails when we have a cache available on travis - needs some more investigation, stick with
21
# npm i for now
22
-- npm ci
+#- npm ci
23
24
notifications:
25
email: false
0 commit comments