Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmerwin committed Jan 16, 2017
2 parents 2cac322 + b8802e3 commit 03a9f8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,6 @@ cache: bundler
sudo: false

rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.10
Expand All @@ -18,4 +17,6 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby
# NOTE: The tests never pass with 1.9.3 since WebMock stopped supporting 1.9.
- rvm: 1.9.3
fast_finish: true

0 comments on commit 03a9f8f

Please sign in to comment.