Skip to content

Commit

Permalink
chore(travis): move checks from before_scripts to scripts
Browse files Browse the repository at this point in the history
If jshint (or any other ci-check) fails, Travis marks the build as "Errored" which I don't think is desider:
https://travis-ci.org/angular/angular.js/builds/14938896
  • Loading branch information
vojtajina authored and jamesdaily committed Jan 27, 2014
1 parent 440ed4d commit b23f6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ before_script:
- grunt bower
- grunt bower
- grunt package-without-bower
- grunt ci-checks
- ./lib/sauce/sauce_connect_block.sh

script:
- grunt ci-checks
- ./travis_build.sh

after_script:
Expand Down

0 comments on commit b23f6ca

Please sign in to comment.