Skip to content

Commit

Permalink
A travis configuration that I reckon will work (including xvfb)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Apr 2, 2015
1 parent 86714bf commit 9246dac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
sudo: false
language: node_js
node_js:
- 0.10
- 0.12
- iojs

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

2 comments on commit 9246dac

@mengxiangzhou11
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kk

@octalmage
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup!

Please sign in to comment.