Skip to content

Commit 9e97803

Browse files
committed
build(dependencies): update dependencies and travis configuration
1 parent 7df4948 commit 9e97803

File tree

3 files changed

+315
-256
lines changed

3 files changed

+315
-256
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ notifications:
66
email: true
77
node_js:
88
- '8'
9+
install: npm install
910
before_install:
1011
- npm install -g npm@5
1112
- npm install -g greenkeeper-lockfile@1
@@ -18,6 +19,8 @@ jobs:
1819
- npm run test
1920
before_script: greenkeeper-lockfile-update
2021
after_script: greenkeeper-lockfile-upload
22+
after_sucess: npm run codecov
2123
- stage: deploy
2224
if: branch = master
2325
script: npm run travis-deploy-once "npm run semantic-release"
26+

0 commit comments

Comments
 (0)