Skip to content

Commit

Permalink
Merge pull request #159 from typhoeus/fix-master-build
Browse files Browse the repository at this point in the history
Fix broken master build
  • Loading branch information
PericlesTheo authored Oct 3, 2019
2 parents cf1d261 + 023bd89 commit 4f89b91
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
language: ruby
cache: bundler
sudo: false

bundler_args: --without perf
script: bundle exec rake
before_install:
- gem install bundler
bundler_args: --without perf
cache: bundler

rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0-p648
- 2.1.10
Expand All @@ -24,7 +18,13 @@ rvm:
- jruby-head

matrix:
fast_finish: true
allow_failures:
- rvm: ree
- rvm: ruby-head
- rvm: jruby-head
include:
- rvm: 1.8.7
dist: precise
- rvm: 1.9.2
dist: trusty

0 comments on commit 4f89b91

Please sign in to comment.