From a7f8064412a20cdc30221869fa28df2f3008cd66 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sat, 10 Nov 2012 04:43:27 +0100 Subject: [PATCH] Disable JS testing on travis until I have time to fix it --- .travis.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9526bd16..ea4c82d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,7 @@ 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 - - bundle exec rackup -s puma -p 5000 -D - - sleep 3 -script: "bundle exec rspec spec && ./run_jasmine.coffee http://localhost:5000/spec.html" +script: "bundle exec rspec spec" notifications: irc: "irc.freenode.org#travis" campfire: