Skip to content

Commit

Permalink
Updates .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cheldt committed Mar 17, 2016
1 parent 208674e commit 14576a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: node_js
node_js:
- "0.10"
- '0.8'
- '0.10'
script: node_modules/karma/bin/karma start snautsynth.conf.js --single-run
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- npm install
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g [email protected]'
- npm install -g npm@latest

0 comments on commit 14576a5

Please sign in to comment.