Skip to content

Commit

Permalink
hopefully fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Apr 3, 2019
1 parent e699901 commit b646199
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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"
- "npm run build"
- "npm run test"
node_js:
- "node"
- "node"
after_success:
- "for d in ./packages/*; do bash <(curl -s https://codecov.io/bash) -F \"$d\"; done"
- "for d in ./packages/*; do bash <(curl -s https://codecov.io/bash) -F \"$d\"; done"

0 comments on commit b646199

Please sign in to comment.