From 08c01dd880815eb028d9595595353965d22b1d92 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 11 Dec 2012 21:38:42 +0100 Subject: [PATCH] No need to download phantomjs, 1.7.0 is available already --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8bc47a86..453f4ede 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,6 @@ language: ruby rvm: - 1.9.3 -before_install: - - wget http://phantomjs.googlecode.com/files/phantomjs-1.7.0-linux-i686.tar.bz2 - - tar -xf phantomjs-1.7.0-linux-i686.tar.bz2 - - sudo rm -rf /usr/local/phantomjs - - sudo mv phantomjs-1.7.0-linux-i686 /usr/local/phantomjs before_script: - bundle exec rakep env: