update travis file to be more explicit
This commit is contained in:
parent
ce8add7c62
commit
7f30ea53a2
1 changed files with 15 additions and 5 deletions
20
.travis.yml
20
.travis.yml
|
@ -1,8 +1,18 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 0.10
|
- "0.10"
|
||||||
|
|
||||||
before_script:
|
branches:
|
||||||
- npm install -g grunt-cli
|
only:
|
||||||
- export DISPLAY=:99.0
|
- master
|
||||||
- sh -e /etc/init.d/xvfb start
|
- 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
|
Loading…
Add table
Add a link
Reference in a new issue