Skip to content

Commit

Permalink
Setting up travis
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Dec 6, 2013
1 parent 149ca86 commit 13c9e78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: node_js
node_js:
- "0.10"
- "0.11"

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install --quiet -g grunt-cli karma bower
- npm install --quiet
- bower install

script: grunt
Expand Down

0 comments on commit 13c9e78

Please sign in to comment.