Skip to content

Commit

Permalink
more build
Browse files Browse the repository at this point in the history
  • Loading branch information
crossan007 committed Jan 7, 2016
1 parent 87dbcd3 commit 607d1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ before_script:
# omitting "script:" will default to phpunit
# use the $DB env variable to determine the phpunit.xml to use
script:
- if [[ "$DB" == "mysql" ]]; then mysql churchcrm_test < mysql/install/Install.sql;" -uroot; fi
- if [[ "$DB" == "mysql" ]]; then mysql churchcrm_test < ./mysql/install/Install.sql;" -uroot; fi
- phpunit --configuration phpunit_$DB.xml --coverage-text

2 changes: 1 addition & 1 deletion phpunit_mysql.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<php>
<var name="db_dsn" value="mysql:dbname=churchcrm_test;host=localhost"/>
<var name="db_username" value="root"/>
<var name="db_password" value="root"/>
<var name="db_password" value=""/>
<ini name="display_errors" value="On" />
<ini name="display_startup_errors" value="On" />
<ini name="error_reporting" value="E_ALL ^ E_DEPRECATED" />
Expand Down

0 comments on commit 607d1dc

Please sign in to comment.