blob: a866e55407477d15cf4aa216ae5daea185bfdfab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
sudo: false
after_success: npm run coveralls
# Needed to run Karma with Firefox on Travis
# http://karma-runner.github.io/0.13/plus/travis.html
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
|