Skip to content

Commit

Permalink
fix(travis): allow tests to build db
Browse files Browse the repository at this point in the history
This commit makes travis build all the SQL files.
  • Loading branch information
Jonathan Niles committed Jan 8, 2017
1 parent 2aacd03 commit 157cc91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sh/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ mysql -h $DB_HOST -u $DB_USER -p$DB_PASS $DB_NAME < server/models/functions.sql
mysql -h $DB_HOST -u $DB_USER -p$DB_PASS $DB_NAME < server/models/procedures.sql
mysql -h $DB_HOST -u $DB_USER -p$DB_PASS $DB_NAME < server/models/debug.sql

mysql -h $DB_HOST -u $DB_USER -p$DB_PASS $DB_NAME < server/models/test/icd10.sql
mysql -h $DB_HOST -u $DB_USER -p$DB_PASS $DB_NAME < server/models/bhima.sql
mysql -h $DB_HOST -u $DB_USER -p$DB_PASS $DB_NAME < server/models/test/data.sql

0 comments on commit 157cc91

Please sign in to comment.