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 6420fa9 commit 8d8fc10Copy full SHA for 8d8fc10
.travis.yml
@@ -1,4 +1,7 @@
1
sudo: false
2
language: node_js
3
node_js: stable
4
+before_install: npm i -g greenkeeper-lockfile
5
+before_script: greenkeeper-lockfile-update
6
+after_script: greenkeeper-lockfile-upload
7
after_success: npm run coverage
0 commit comments