angular-docs-cn/.travis.yml
Tobias Bosch df4ac0dd33 refactor(perf): use webdriver to execute benchmarks
- use performance log of chromedriver / appium to get timeline data
  for calculating metrics for benchmarks
- change all benchmarks to be made of a standalone application
  and a protractor test that collectes timeline data
- fix and simplify benchmarks
- add dart2js to build
- remove benchpress

Closes #330
2014-12-23 22:22:55 -08:00

22 lines
452 B
YAML

language: node_js
sudo: false
node_js:
- '0.10'
env:
global:
- CHANNEL=stable
- BROWSERS=DartiumWithWebPlatform
- LOGS_DIR=/tmp/angular-build/logs
before_install:
- export DISPLAY=:99.0
- ./scripts/travis/install.sh
- sh -e /etc/init.d/xvfb start
- if [[ -e SKIP_TRAVIS_TESTS ]]; then { cat SKIP_TRAVIS_TESTS ; exit 0; } fi
before_script:
- mkdir -p $LOGS_DIR
script:
- ./scripts/travis/build.sh
after_script:
- ./scripts/travis/print-logs.sh