Skip to content

Commit

Permalink
chore(travis): split validate script into two
Browse files Browse the repository at this point in the history
Closes #547
  • Loading branch information
Kent C. Dodds committed Aug 14, 2018
1 parent 595433d commit d733cf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ before_script:
- cd stories
- npm install
- cd ..
script: npm run validate
script:
- kcd-scripts validate lint,build-and-test,test:cover,test:ts
- kcd-scripts validate test:flow:coverage,test:ssr,test:cypress
after_success: kcd-scripts travis-after-success
branches:
only: master

0 comments on commit d733cf7

Please sign in to comment.