Skip to content

Commit fd469d4

Browse files
vojtajinajamesdaily
authored andcommitted
chore(travis): move checks from before_scripts to scripts
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
1 parent 545f24d commit fd469d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ before_script:
1818
- grunt bower
1919
- grunt bower
2020
- grunt package-without-bower
21-
- grunt ci-checks
2221
- ./lib/sauce/sauce_connect_block.sh
2322

2423
script:
24+
- grunt ci-checks
2525
- ./travis_build.sh
2626

2727
after_script:

0 commit comments

Comments
 (0)