mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-17 21:31:02 +00:00
I think we are pretty close to be able to use both. The xhr-polling seems to be pretty stable, but I'm having problems with multiple SSH tunnels (on BS), so let's try to switch back to SL.
28 lines
633 B
YAML
28 lines
633 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.10
|
|
|
|
env:
|
|
global:
|
|
- SAUCE_USERNAME=angular-ci
|
|
- SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987
|
|
- SAUCE_CONNECT_READY_FILE=/tmp/sauce-connect-ready
|
|
- BROWSER_STACK_USERNAME=VojtaJina
|
|
- BROWSER_STACK_ACCESS_KEY=HAfHZaypxAc3PEUrUU9a
|
|
- LOGS_DIR=/tmp/angular-build/logs
|
|
|
|
before_script:
|
|
- mkdir -p $LOGS_DIR
|
|
- ./lib/sauce/sauce_connect_setup.sh
|
|
- npm install -g grunt-cli
|
|
- grunt bower
|
|
- grunt bower
|
|
- grunt package-without-bower
|
|
- grunt ci-checks
|
|
- ./lib/sauce/sauce_connect_block.sh
|
|
|
|
script:
|
|
- ./travis_build.sh
|
|
|
|
after_script:
|
|
- ./travis_print_logs.sh
|