aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: bf8ab91669c9b8fc1379c559bad7586d981f4d53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
node_js:
    - "node"
script: npm test
sudo: required
dist: trusty
addons:
  firefox: "latest"
before_install:
    # Start a display server where all graphical operations happens in memory
    - export DISPLAY=:99.0
    - sh -e /etc/init.d/xvfb start