Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 4f3974e

Browse files
authored
chore: move codecov to release so it only runs once
1 parent 855354b commit 4f3974e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ notifications:
1111
branches:
1212
only:
1313
- master
14-
install:
15-
- npm install
16-
- npm install -g codecov
17-
script:
18-
- npm run test:coverage
19-
- codecov
14+
install: npm install
15+
script: npm run test:coverage
2016
jobs:
2117
include:
2218
- stage: release
2319
node_js: '10'
24-
script: npm run semantic-release
20+
install: npm install -g codecov
21+
script:
22+
- codecov
23+
- npm run semantic-release

0 commit comments

Comments
 (0)