|
@@ -35,9 +35,6 @@ before_script:
|
|
|
- cd ..
|
|
- cd ..
|
|
|
- cp ../tools/phpunit.xml app/
|
|
- cp ../tools/phpunit.xml app/
|
|
|
|
|
|
|
|
- - sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi"
|
|
|
|
|
- - sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'CREATE DATABASE cakephp_test;' -U postgres; fi"
|
|
|
|
|
-
|
|
|
|
|
script:
|
|
script:
|
|
|
- ../travis/script.sh
|
|
- ../travis/script.sh
|
|
|
|
|
|