Output collation in travis run
This commit is contained in:
parent
f4f34e0faa
commit
7bc5bc6662
1 changed files with 1 additions and 2 deletions
|
|
@ -6,11 +6,10 @@ rvm:
|
|||
before_script:
|
||||
- "sass --update public/stylesheets/sass/:public/stylesheets/"
|
||||
- "cp config/database.yml.example config/database.yml"
|
||||
- "rake db:drop"
|
||||
- "rake db:create"
|
||||
- "rake db:schema:load"
|
||||
- "rspec spec --tag fixture"
|
||||
|
||||
- 'rails runner "puts ActiveRecord::Base.connection.collation"'
|
||||
script: "bundle exec rake travis"
|
||||
env: "TRAVIS=true"
|
||||
notifications:
|
||||
|
|
|
|||
Loading…
Reference in a new issue