21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-04 01:35:10 +02:00

Fix Travis: no seed

This commit is contained in:
Colin Darie 2018-06-05 09:58:07 +02:00
parent b952f600f1
commit 72d82e067e
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -19,7 +19,7 @@ before_install:
install:
- bundle install
- yarn install
- rails db:setup
- rails db:create db:migrate
script:
- bundle exec rubocop