Update .travis.yml
oops
This commit is contained in:
parent
c6b09939d9
commit
7d98a79b6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue