Skip to content

Commit d8e1ad1

Browse files
committed
ci(travis): move codecov upload to after_success
1 parent 6f34125 commit d8e1ad1

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
@@ -7,9 +7,8 @@ notifications:
77
node_js: '7'
88
before_script:
99
- npm prune
10-
script:
11-
- npm run codecov
1210
after_success:
11+
- npm run codecov
1312
- npm run semantic-release
1413
branches:
1514
except:

0 commit comments

Comments
 (0)