commit a0a8b63cec8dfe881bc6442cbdbfe3ae299e802d parent b0429737517bec30796056e475d76384d6ee81e3 Author: Simon Kornblith <simon@simonster.com> Date: Sun, 22 Mar 2015 20:10:36 -0400 Temporarily remove .travis.yml to stop testing this branch The builds hang and eventually fail. Better not to waste Travis's time until we get the tests running here. Diffstat:
| D | .travis.yml | | | 16 | ---------------- |
1 file changed, 0 insertions(+), 16 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -1,16 +0,0 @@ -language: cpp -compiler: - - gcc -env: - matrix: - - FIREFOXVERSION="36.0.1" - - FIREFOXVERSION="31.5.0esr" -notifications: - email: false -before_install: - - export DISPLAY=:99.0 - - sh -e /etc/init.d/xvfb start - - wget http://ftp.mozilla.org/pub/firefox/releases/${FIREFOXVERSION}/linux-x86_64/en-US/firefox-${FIREFOXVERSION}.tar.bz2 - - tar -xjf firefox-${FIREFOXVERSION}.tar.bz2 -script: - - test/runtests.sh -x firefox/firefox