Skip to content

Commit

Permalink
trying to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Apr 4, 2020
1 parent 88289aa commit c03b9dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
- DATABASE_URL=postgres://postgres@localhost/timeoverflow_test
- CC_TEST_REPORTER_ID=025bc15a0fa9afa52d86ee24fea845cf1d363f48a466bcf2cef8ab80c29acb28
before_script:
- psql -c 'create database timeoverflow_test;' -U postgres
- bundle exec rails db:setup
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
Expand Down

0 comments on commit c03b9dd

Please sign in to comment.