Skip to content
This repository was archived by the owner on Apr 26, 2019. It is now read-only.

Commit 85b4604

Browse files
committed
Update .travis.yml
1 parent 59f332e commit 85b4604

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ branches:
1313
- master
1414
- /^greenkeeper.*$/
1515

16+
after_success: npm run coverage
17+
1618
jobs:
1719
include:
1820
- stage: release
1921
node_js: lts/*
2022
script: npm run semantic-release
21-
- node_js: lts/*
22-
script:
23-
- npm run test
24-
- npm run coverage

0 commit comments

Comments
 (0)