Exclude data migrate from Travis

This commit is contained in:
Karl Erik Õunapuu 2020-08-12 15:26:58 +03:00
parent b7f03dfa69
commit 5d429aaec3

View file

@ -21,7 +21,6 @@ before_script:
- "echo \"ca_key_password: 'password'\" >> config/application.yml"
- "cp config/database_travis.yml config/database.yml"
- "bundle exec rake db:setup:all"
- "bundle exec rake data:migrate"
- "curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter"
- "chmod +x ./cc-test-reporter"
- "./cc-test-reporter before-build"