Skip to content

Commit

Permalink
Added build files for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jeme committed Apr 3, 2013
1 parent 63df6c7 commit 4a41191
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js
node_js:
- "0.8"

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g karma
- npm install -g grunt-cli
- ./nodeserver.sh > /dev/null &

script:
- grunt

0 comments on commit 4a41191

Please sign in to comment.