Skip to content

Commit

Permalink
Disable all integration tests, Travis-CI seems broken
Browse files Browse the repository at this point in the history
Needs more investigation, possibly inside a branch
  • Loading branch information
thekid committed Oct 16, 2017
1 parent 1aba5a9 commit 70cebdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ before_script:

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

0 comments on commit 70cebdc

Please sign in to comment.