Skip to content

Commit

Permalink
Adding travis build config.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanfprice committed Sep 2, 2013
1 parent a5a715b commit db2ff04
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js
node_js:
- "0.8"
- "0.10"

before_script:
- export DISPLAY=:99.0
- export PHANTOMJS_BIN=/usr/local/phantomjs/bin/phantomjs
- sh -e /etc/init.d/xvfb start
- sleep 3 # give xvfb some time to start
- npm install -g grunt-cli

script:
- grunt

0 comments on commit db2ff04

Please sign in to comment.