Skip to content

Commit

Permalink
Temporarily allow mysql builds to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Jul 28, 2019
1 parent 514c53f commit 1188764
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ gemfile:
- gemfiles/ar_5.2.gemfile
- gemfiles/ar_6.0.gemfile
matrix:
allow_failures:
# We haven't changed anything, but mysql builds no longer work on TravisCI.
# Allow failures temporarily until we have time to troubleshoot this.
- env: DB=mysql
exclude:
# rails 6 requires ruby >= 2.5.0
- rvm: 2.3.8
Expand Down

0 comments on commit 1188764

Please sign in to comment.