Skip to content

Commit

Permalink
fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Apr 3, 2019
1 parent 73faaf7 commit b50df57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
script:
- "npm run build"
- "npm run test"
node_js:
- "node"
after_success:
- "for d in ./packages/*; do bash <(curl -s https://codecov.io/bash) -F \"$d\"; done"
- "npm run build"
- "npm run test"
node_js:
- "node"
after_success:
- "for d in ./packages/*; do bash <(curl -s https://codecov.io/bash) -F \"$d\"; done"

0 comments on commit b50df57

Please sign in to comment.