Skip to content

Commit

Permalink
Fix YAML syntax error due to indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan authored and shioyama committed Sep 16, 2019
1 parent 1bd5316 commit 0da0bf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ env:
- DB=sqlite3 ORM= I18N_FALLBACKS=true
matrix:
fast_finish: true
allow_failures:
- env: DB=postgres ORM=active_record RAILS_VERSION=latest
- env: DB=mysql ORM=active_record RAILS_VERSION=latest
- env: DB=sqlite3 ORM=active_record RAILS_VERSION=latest
allow_failures:
- env: DB=postgres ORM=active_record RAILS_VERSION=latest
- env: DB=mysql ORM=active_record RAILS_VERSION=latest
- env: DB=sqlite3 ORM=active_record RAILS_VERSION=latest
exclude:
- rvm: 2.4.5
env: DB=postgres ORM=active_record RAILS_VERSION=latest
Expand Down

0 comments on commit 0da0bf1

Please sign in to comment.