Skip to content

Commit

Permalink
Fix tavis yaml, manually merge #486
Browse files Browse the repository at this point in the history
  • Loading branch information
englercj committed Jan 12, 2014
1 parent c15f0b1 commit 8dab907
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Expand Up @@ -8,10 +8,16 @@ branches:
- dev

install:
- npm install -g grunt-cli
- npm install grunt-cli
- npm install

cache:
directories:
- node_modules

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install

script:
- grunt travis
- ./node_modules/.bin/grunt travis

0 comments on commit 8dab907

Please sign in to comment.