Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
[#526] Make Travis restore databases before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiana-b committed Nov 19, 2016
1 parent 03be4d2 commit e632d8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,10 @@ services:
install:
- make install

before_script:
- make restore_schema $TEST_WAREHOUSE_URL ./tests/dbs/warehouse_schema_dump.sql True
- make restore_schema $TEST_DATABASE_URL ./tests/dbs/opentrials_api_schema_dump.sql True

script:
- make test
- make build
Expand Down

0 comments on commit e632d8f

Please sign in to comment.