mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 03:30:02 +08:00
11 lines
256 B
Bash
Executable File
11 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
|