summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 21733ebadba9bb7c2010bea35db16aaa05730916 (plain)
1
2
3
4
5
6
7
8
9
10
language: node_js
node_js:
    - "node"
script: npm test
sudo: true
before_install:
    - sudo apt-get -qq update
    - sudo apt-get install -y firefox
    - export DISPLAY=:99.0
    - sh -e /etc/init.d/xvfb start