Fix travis

This commit is contained in:
Esteban Ordano 2015-01-12 18:09:01 -03:00 committed by Braydon Fuller
parent ff3963b410
commit cf068b00fa

View File

@ -2,12 +2,9 @@ language: node_js
node_js: node_js:
- '0.10' - '0.10'
before_install: before_install:
- npm install -g bower
- npm install -g grunt-cli
- export DISPLAY=:99.0 - export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start - sh -e /etc/init.d/xvfb start
install: install:
- bower install
- npm install - npm install
after_script: after_script:
- gulp coveralls - gulp coveralls