Update .travis.yml

oops
This commit is contained in:
Mac Siri 2019-01-17 13:30:40 -05:00 committed by GitHub
parent c6b09939d9
commit 7d98a79b6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ script:
- bundle exec rake db:schema:load
- './cc-test-reporter before-build'
- bundle exec rspec spec
- [ ! -f .approvals ] || bundle exec approvals verify --ask false
- '[ ! -f .approvals ] || bundle exec approvals verify --ask false'
- './cc-test-reporter format-coverage -t simplecov -o coverage/codeclimate.simplecov.json'
- yarn test
- './cc-test-reporter format-coverage -t lcov -o coverage/codeclimate.lcov.json'