update travis file to be more explicit

This commit is contained in:
Chad Engler 2013-12-19 11:34:07 -08:00
parent ce8add7c62
commit 7f30ea53a2

View file

@ -1,8 +1,18 @@
language: node_js
node_js:
- 0.10
- "0.10"
before_script:
branches:
only:
- master
- dev
install:
- npm install -g grunt-cli
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install
script:
- grunt build
- grunt travis