Skip to content

Commit

Permalink
Re-enable end to end specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Oct 10, 2011
1 parent 5cbb4ec commit 8c5285d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
@@ -1,6 +1,6 @@
# before_script:
# - sudo apt-get install -y unzip
# - curl -k -L -O https://github.com/downloads/webmetrics/browsermob-proxy/browsermob-proxy-2.0-beta-3-bin.zip
# - unzip browsermob-proxy-2.0-beta-3-bin.zip
# - ln -s ./browsermob-proxy-2.0-beta-3 /tmp/browsermob-proxy
# - sh -e /etc/init.d/xvfb start
before_script:
- sudo apt-get install -y unzip
- curl -k -L -O https://github.com/downloads/webmetrics/browsermob-proxy/browsermob-proxy-2.0-beta-3-bin.zip
- unzip browsermob-proxy-2.0-beta-3-bin.zip
- ln -s ./browsermob-proxy-2.0-beta-3 /tmp/browsermob-proxy
- sh -e /etc/init.d/xvfb start
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -18,4 +18,4 @@ end
desc 'Run all specs.'
task :spec => %w[spec:unit spec:e2e]

task :default => %w[spec:unit]
task :default => :spec

0 comments on commit 8c5285d

Please sign in to comment.