aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: d209a1b20618381a69e70a8d11c1c4157f3b558c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"]