Skip to content

Commit

Permalink
Set up xvfb so Travis can run Karma tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbinto committed Jan 25, 2016
1 parent 783661f commit b5cf753
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ node_js:
- "4"
- "0.10"
script: npm run build
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
notifications:
email:
on_failure: change

0 comments on commit b5cf753

Please sign in to comment.