Skip to content

Commit df9c2ee

Browse files
committed
Simplify travis
1 parent 681d843 commit df9c2ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ matrix:
2121
env: PHPCS=1 DEFAULT=0
2222

2323
- php: 7.0
24-
env: DB=pgsql db_class='Cake\Database\Driver\Postgres' db_dsn='postgres://[email protected]/cakephp_test' db_database='cakephp_test' db_username='travis' db_password=''
24+
env: DB=pgsql db_dsn='postgres://[email protected]/cakephp_test'
2525

2626
allow_failures:
2727
- php: 7.0
28-
env: DB=pgsql db_class='Cake\Database\Driver\Postgres' db_dsn='postgres://[email protected]/cakephp_test' db_database='cakephp_test' db_username='travis' db_password=''
28+
env: DB=pgsql db_dsn='postgres://[email protected]/cakephp_test'
2929

3030
before_script:
3131
- composer self-update

0 commit comments

Comments
 (0)