mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
10 lines
256 B
Bash
Executable file
10 lines
256 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
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
|