From a0a8b63cec8dfe881bc6442cbdbfe3ae299e802d Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sun, 22 Mar 2015 20:10:36 -0400 Subject: [PATCH] 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. --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4e0365777..000000000 --- a/.travis.yml +++ /dev/null @@ -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