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

Commit

Permalink
Use faf_test database on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheeo committed Oct 23, 2015
1 parent e0de715 commit facea94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
before_script:
- "mysql -e 'create database faf_test;'"
- "mysql -uroot < db/db-structure.sql"
- "mysql -uroot < db/db-data.sql"
- "mysql -uroot faf_test < db/db-data.sql"

script:
- pip install -e .
Expand Down

0 comments on commit facea94

Please sign in to comment.