From c4993d5375511af66a2edc9685b33f88c8c07a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Weber?= Date: Wed, 30 Jul 2014 19:53:14 +0200 Subject: [PATCH] * remove before_install flag from travis yaml * remove script flag from travis yaml --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index d9119c1..668f143 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - ci@dica-developer.org \ No newline at end of file