Skip to content

Commit

Permalink
* remove before_install flag from travis yaml
Browse files Browse the repository at this point in the history
* remove script flag from travis yaml
  • Loading branch information
JayGray committed Jul 30, 2014
1 parent 72eea3d commit c4993d5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ node_js:
- 0.10
before_script:
- npm install -g grunt-cli
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
script: "grunt travis"
notifications:
email:
- audica-dev@freelists.org
on_success: change
on_failure: always
- ci@dica-developer.org

0 comments on commit c4993d5

Please sign in to comment.