Skip to content

Commit

Permalink
fix travis build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Apr 20, 2014
1 parent db2ef6b commit f78f0a2
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
Expand Up @@ -5,7 +5,8 @@ node_js:
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install --quiet -g grunt-cli karma bower
- npm install --quiet -g [email protected]
- npm install --quiet -g grunt-cli bower
- bower install

script: grunt
Expand Down

0 comments on commit f78f0a2

Please sign in to comment.