Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
chore: fix travis workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dsifford committed Jan 7, 2018
1 parent 3cac08b commit cd73eb4
Show file tree
Hide file tree
Showing 3 changed files with 469 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ branches:
cache:
directories:
- "node_modules"
script: npm test -- --runInBand && npx bundlesize
script: npm run test-ci
after_success:
- bash <(curl -s https://codecov.io/bash)
Loading

0 comments on commit cd73eb4

Please sign in to comment.