diff options
| author | Vojta Jina | 2013-12-04 22:53:28 -0800 | 
|---|---|---|
| committer | Vojta Jina | 2013-12-04 22:53:54 -0800 | 
| commit | 21e48abbc1e75ace1b6b99c7b19f538d4e792068 (patch) | |
| tree | 6634b478dbc93310d418f09774619db0d1481478 | |
| parent | b6d5439343b9801f7f2a009d0de09cba9aa21a1d (diff) | |
| download | angular.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
| -rw-r--r-- | .travis.yml | 2 | 
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: | 
