aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorVojta Jina2013-12-04 22:53:28 -0800
committerVojta Jina2013-12-04 22:53:54 -0800
commit21e48abbc1e75ace1b6b99c7b19f538d4e792068 (patch)
tree6634b478dbc93310d418f09774619db0d1481478 /.travis.yml
parentb6d5439343b9801f7f2a009d0de09cba9aa21a1d (diff)
downloadangular.js-21e48abbc1e75ace1b6b99c7b19f538d4e792068.tar.bz2
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b8d925b1..38ac9be1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: