We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40e17a commit d572951Copy full SHA for d572951
.travis.yml
@@ -2,7 +2,9 @@ language: ruby
2
bundler_args: --without benchmarks
3
script:
4
- bundle exec rake spec
5
+# Temporary workaround for broken Rubygems on Travis
6
before_install:
7
+ - gem update --system 2.4.8
8
- gem --version
9
- |
10
bash -c " # Install MySQL 5.7 if DB=mysql57
0 commit comments