Skip to content

Commit c69e4f9

Browse files
committed
✨ Add after_success command to travis
1 parent 9faad1a commit c69e4f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
language: node_js
22
node_js:
33
- "6"
4+
after_success:
5+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)