File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 77/.travis.yml export-ignore
88/build
99/composer.lock
10+ /database.yml export-ignore
1011/phpunit.xml export-ignore
1112/tests export-ignore
1213/vendor
Original file line number Diff line number Diff line change 11language : php
22
3+ services :
4+ - postgresql
5+
36matrix :
47 include :
58 - php : 7.1.3
@@ -26,6 +29,7 @@ before_script:
2629 - travis_retry composer self-update
2730 - travis_retry composer install --no-interaction --prefer-source
2831 - chmod +x tests/*.sh
32+ - psql -c 'create database testing;' -U postgres
2933
3034script :
3135 - ./tests/pu-${PU_FILE}.sh
Original file line number Diff line number Diff line change 1+ test :
2+ adapter : postgresql
3+ database : testing
4+ username : homestead
5+ password : secret
6+ encoding : utf8
You can’t perform that action at this time.
0 commit comments