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 a5faa79 commit 28a82d2Copy full SHA for 28a82d2
.travis.yml
@@ -16,10 +16,10 @@ cache:
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 i
+#- npm i
23
24
notifications:
25
email: false
0 commit comments