mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(travis): cleanup travis_build.sh
This commit is contained in:
parent
c63fbbbcd1
commit
405f3267b8
1 changed files with 0 additions and 16 deletions
|
|
@ -2,25 +2,9 @@
|
|||
|
||||
set -xe
|
||||
|
||||
warn() {
|
||||
tput setaf 1
|
||||
echo "[ERROR] Received $1"
|
||||
tput sgr0
|
||||
exit 1
|
||||
}
|
||||
|
||||
trap "warn SIGINT" SIGINT
|
||||
trap "warn SIGTERM" SIGTERM
|
||||
trap "warn SIGHUP" SIGHUP
|
||||
|
||||
export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
|
||||
./lib/sauce/sauce_connect_setup.sh
|
||||
npm install -g grunt-cli
|
||||
grunt ci-checks package
|
||||
|
||||
echo ">>> grunt exited with code: $?"
|
||||
echo ""
|
||||
echo ""
|
||||
|
||||
./lib/sauce/sauce_connect_block.sh
|
||||
grunt parallel:travis --reporters dots --browsers SL_Chrome
|
||||
|
|
|
|||
Loading…
Reference in a new issue