Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Apr 3, 2019
1 parent b50df57 commit e699901
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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:
- "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 e699901

Please sign in to comment.