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.
2 parents 7df4948 + 9e97803 commit 487de80Copy full SHA for 487de80
.travis.yml
@@ -6,6 +6,7 @@ notifications:
6
email: true
7
node_js:
8
- '8'
9
+install: npm install
10
before_install:
11
- npm install -g npm@5
12
- npm install -g greenkeeper-lockfile@1
@@ -18,6 +19,8 @@ jobs:
18
19
- npm run test
20
before_script: greenkeeper-lockfile-update
21
after_script: greenkeeper-lockfile-upload
22
+ after_sucess: npm run codecov
23
- stage: deploy
24
if: branch = master
25
script: npm run travis-deploy-once "npm run semantic-release"
26
+
0 commit comments