Skip to content

Commit

Permalink
travis-ci config for unit and e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
_pants authored and IgorMinar committed Apr 11, 2013
1 parent a6f302d commit 3c18dcc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js
node_js:
- 0.8

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install --quiet -g testacular
- ./scripts/web-server.js > /dev/null &
- sleep 1 # give server time to start

script:
- testacular start config/testacular.conf.js --no-auto-watch --single-run --reporters=dots --browsers=Firefox
- testacular start config/testacular-e2e.conf.js --reporters=dots --browsers=Firefox

0 comments on commit 3c18dcc

Please sign in to comment.