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 d60ffda commit 56f015aCopy full SHA for 56f015a
.travis.yml
@@ -9,7 +9,7 @@ node_js:
9
before_install:
10
- npm install -g npm@5
11
- npm install -g greenkeeper-lockfile@1
12
-before_script: greenkeeper-lockfile-update
+before_script: greenkeeper-lockfile-update && npm run prepare
13
script: npm test && npm run test:install:local && npm run test:install:global
14
# See greenkeeperio/greenkeeper-lockfile#87 for why we pipe to /dev/null
15
after_script: "./node_modules/.bin/coveralls < coverage/lcov.info && greenkeeper-lockfile-upload > /dev/null"
0 commit comments