Skip to content

Commit

Permalink
add travis ci database settings
Browse files Browse the repository at this point in the history
  • Loading branch information
suin committed Dec 5, 2012
1 parent f29e292 commit e37f451
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ php:

before_script:
- ./scripts/bundle-devtools.sh .
- export GOODBY_CSV_TEST_DB_HOST=127.0.0.1
- export GOODBY_CSV_TEST_DB_USER=root
- export GOODBY_CSV_TEST_DB_PASS=""
- mysql -e 'create database goodby_csv_test'
script: ./vendor/bin/phpunit --coverage-text --configuration phpunit.xml.dist

0 comments on commit e37f451

Please sign in to comment.