Skip to content

Commit

Permalink
chore: add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Sep 25, 2012
1 parent 8db47ca commit 8b2532c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js
node_js:
- 0.8

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g testacular@canary
- rake package
- ./nodeserver.sh > /dev/null &

script:
- rake test[Firefox,"--reporters=dots"]

0 comments on commit 8b2532c

Please sign in to comment.