mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
- parallelize the tasks - cache requests (e2e tests) This reduces the time from ~18min to ~12min. It makes the output little messy. We could buffer output of each task and display it once it's fully finished, nicely. I think giving instant feedback is better.
19 lines
472 B
YAML
19 lines
472 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.8
|
|
|
|
env:
|
|
global:
|
|
- SAUCE_USERNAME=angular-ci
|
|
- SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987
|
|
- SAUCE_CONNECT_READY_FILE=/tmp/sauce-connect-ready
|
|
|
|
before_script:
|
|
- export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
|
|
- ./lib/sauce/sauce_connect_setup.sh
|
|
- npm install -g grunt-cli
|
|
- grunt package
|
|
- ./lib/sauce/sauce_connect_block.sh
|
|
|
|
script:
|
|
- grunt parallel:travis --reporters dots --browsers SL_Chrome
|