Skip to content

Commit e1d5c04

Browse files
committed
ci(travis): move codecov upload to after_success
1 parent e5c531e commit e1d5c04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ node_js:
1010
- '4'
1111
before_script:
1212
- npm prune
13-
script:
14-
- npm run codecov
1513
after_success:
14+
- npm run codecov
1615
- npm run semantic-release
1716
branches:
1817
except:

0 commit comments

Comments
 (0)