angular.js/.travis.yml

29 lines
591 B
YAML
Raw Permalink Normal View History

2012-09-25 05:58:01 +00:00
language: node_js
node_js:
2013-08-13 04:50:06 +00:00
- 0.10
2012-09-25 05:58:01 +00:00
env:
matrix:
- JOB=unit
- JOB=e2e
global:
- SAUCE_USERNAME=angular-ci
- SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987
- LOGS_DIR=/tmp/angular-build/logs
- BROWSER_PROVIDER_READY_FILE=/tmp/sauce-connect-ready
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
- ./scripts/travis/wait_for_browser_provider.sh
2012-09-25 05:58:01 +00:00
script:
- ./scripts/travis/build.sh
after_script:
- ./scripts/travis/print_logs.sh