Skip to content

Commit

Permalink
adding travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Dec 10, 2014
1 parent 74fff2f commit ae2d48c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- "0.11"
before_install:
- export DISPLAY=:99.0
script:
- ./tool/travis.sh

0 comments on commit ae2d48c

Please sign in to comment.