mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-02 04:04:44 +00:00
Forward SauceConnect logs and Karma debug logs into a file and print these files at the very end of a build.
19 lines
351 B
YAML
19 lines
351 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
|
|
- LOGS_DIR=/tmp/angular-build/logs
|
|
|
|
before_script:
|
|
- mkdir -p $LOGS_DIR
|
|
|
|
script:
|
|
- ./travis_build.sh
|
|
|
|
after_script:
|
|
- ./travis_print_logs.sh
|