Skip to content

Commit

Permalink
.travis: Allow failures: jruby postgres Rails 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Mar 21, 2018
1 parent 7d4a7e9 commit cd189e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ matrix:
- rvm: jruby
gemfile: spec/gemfiles/rails_5_2.gemfile
env: DB=postgresql DB_USERNAME=postgres DB_PASSWORD=""
- rvm: jruby
gemfile: spec/gemfiles/rails_5_1.gemfile
env: DB=postgresql DB_USERNAME=postgres DB_PASSWORD=""
env:
matrix:
# Username and password from http://docs.travis-ci.com/user/database-setup/
Expand Down

0 comments on commit cd189e1

Please sign in to comment.