Skip to content

Commit

Permalink
Use travis multirunner configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Mar 24, 2015
1 parent ae0fa6e commit f9e2eb4
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions .travis.yml
@@ -1,7 +1,33 @@
language: node_js
node_js:
- 0.10
- 0.10

notifications:
email:
- damon.oehlman@gmail.com
- damon.oehlman@gmail.com

env:
matrix:
- BROWSER=chrome BVER=stable
- BROWSER=chrome BVER=beta
- BROWSER=chrome BVER=unstable
- BROWSER=firefox BVER=stable
- BROWSER=firefox BVER=beta
- BROWSER=firefox BVER=nightly

matrix:
fast_finish: true

allow_failures:
- env: BROWSER=chrome BVER=unstable
- env: BROWSER=firefox BVER=nightly

before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

before_script:
- ./node_modules/travis-multirunner/setup.sh

after_failure:
- for file in *.log; do echo $file; echo "======================"; cat $file; done || true

0 comments on commit f9e2eb4

Please sign in to comment.