diff options
| author | Vojta Jina | 2013-08-28 12:09:13 -0700 | 
|---|---|---|
| committer | Vojta Jina | 2013-08-28 15:46:19 -0700 | 
| commit | 4138a80611bb7c74d0ac002d7220f99d03a08a59 (patch) | |
| tree | 697df7621961b4ec455afe89b810118ffe987f30 /travis_build.sh | |
| parent | 03f597328a13aef3c38cf3be451803895fcd72e5 (diff) | |
| download | angular.js-4138a80611bb7c74d0ac002d7220f99d03a08a59.tar.bz2 | |
chore(travis): clean up the build output
Diffstat (limited to 'travis_build.sh')
| -rwxr-xr-x | travis_build.sh | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/travis_build.sh b/travis_build.sh index 627ece06..683f7c05 100755 --- a/travis_build.sh +++ b/travis_build.sh @@ -1,12 +1,8 @@  #!/bin/bash -set -xe +set -e  export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev` -./lib/sauce/sauce_connect_setup.sh -npm install -g grunt-cli -grunt ci-checks package -./lib/sauce/sauce_connect_block.sh  grunt parallel:travis --reporters dots \    --browsers SL_Chrome,SL_Firefox,SL_Safari,SL_IE_8,SL_IE_9,SL_IE_10 \ | 
