Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
workaround issue with rubygems under ruby 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
philandstuff committed Mar 24, 2014
1 parent c8ebcca commit b962598
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,9 @@
# Verify this with: http://lint.travis-ci.org/
language: ruby
# Delete dependency locks for matrix builds.
before_install: rm Gemfile.lock || true
before_install:
- rm Gemfile.lock || true
- gem install rubygems-update -v2.1.11
script: bundle exec rake test
rvm:
- 1.8.7
Expand Down

0 comments on commit b962598

Please sign in to comment.