aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 2a833bbf018aa83ec7f62bbb4ed69d2decb6af8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: node_js
node_js:
    - "stable"
script:
    - npm run build
    - npm run test
#    - npm run test:ci
#    - cat coverage/firefox/lcov.info | node_modules/.bin/coveralls
addons:
   firefox: "latest"
   chrome: "stable"
#  hosts:
#    - karmalocal.com
before_install:
    # Start a display server where all graphical operations happens in memory
    - export DISPLAY=:99.0
    - sh -e /etc/init.d/xvfb start
#cache:
#  directories:
#    - node_modules