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

Commit 9e972b5

Browse files
committed
Update .travis.yml
1 parent 99ae7a8 commit 9e972b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ branches:
1212
- master
1313
- /^greenkeeper.*$/
1414

15-
after_success:
16-
- npm run coverage
17-
1815
jobs:
1916
include:
17+
- script:
18+
- npm run test
19+
- npm run coverage
2020
- stage: release
2121
node_js: lts/*
2222
script:

0 commit comments

Comments
 (0)