Skip to content

Commit 21e48ab

Browse files
committed
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 b6d5439 commit 21e48ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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)