Skip to content

Commit

Permalink
Adding Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed May 26, 2016
1 parent 15e6066 commit 7edfa9a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: node_js
email:
on_failure: change
on_success: never
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start

0 comments on commit 7edfa9a

Please sign in to comment.