Skip to content

Commit

Permalink
Travis-CI debugging: Remove PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Oct 16, 2017
1 parent 47b6a15 commit 5292c76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ before_script:

script:
- export SQLITE_DSN=sqlite://./test
- export PGSQL_DSN=pgsql://127.0.0.1/travis_ci_test
- sh xp-run xp.unittest.TestRunner src/test/php
- export MYSQL_DSN=mysql+x://[email protected]/test
- sh xp-run xp.unittest.TestRunner rdbms.unittest.integration.MySQLIntegrationTest rdbms.unittest.integration.MySQLDeadlockTest
Expand Down

0 comments on commit 5292c76

Please sign in to comment.