mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
I can't get it allocated on SauceLabs and so this is failing all the builds, making our Travis build useless. I contacted folks from SL. Once we figure it out, I will revert this change.
9 lines
205 B
Bash
Executable file
9 lines
205 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
|
|
|
|
grunt parallel:travis --reporters dots \
|
|
--browsers SL_Chrome,SL_Safari,SL_IE_8,SL_IE_9,SL_IE_10 \
|
|
--e2e-browsers SL_Chrome
|