From b23f6ca519e6b0321faa59276fb5a57d14362e37 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Wed, 4 Dec 2013 22:53:28 -0800 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8d925b15d37..38ac9be188db 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: