fix travis
This commit is contained in:
parent
d128b2c1c0
commit
8c000efd9c
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ language: ruby
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- RAILS_ENV=test bundle exec rspec spec
|
- "RAILS_ENV=test bundle exec rake db:create"
|
||||||
|
- "RAILS_ENV=test bundle exec rake db:schema:load"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in a new issue