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

Commit 99ae7a8

Browse files
committed
Update .travis.yml
1 parent 4b90d13 commit 99ae7a8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

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

15-
after_success: npm run coverage
15+
after_success:
16+
- npm run coverage
1617

1718
jobs:
1819
include:
1920
- stage: release
2021
node_js: lts/*
21-
script: npm run semantic-release
22+
script:
23+
- npm run semantic-release

0 commit comments

Comments
 (0)