chore: add travis config

This commit is contained in:
Vojta Jina 2012-09-24 22:58:01 -07:00
parent 8db47ca7d4
commit 8b2532cec7

13
.travis.yml Normal file
View file

@ -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"]