Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
Update travis-ci to allow failures with Rails master
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatack committed Jan 29, 2015
1 parent 9485cc7 commit f963e45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -44,6 +44,10 @@ matrix:
env: RAILS=master DB=mysql
- rvm: 2.2
env: RAILS=master DB=postgres
allow_failures:
- env: RAILS=master DB=sqlite3
- env: RAILS=master DB=mysql
- env: RAILS=master DB=postgres

before_script:
- mysql -e 'create database ransack collate utf8_general_ci;'
Expand Down

0 comments on commit f963e45

Please sign in to comment.