Skip to content

Commit

Permalink
Run MySQLi tests before MySQLx
Browse files Browse the repository at this point in the history
thekid committed Oct 16, 2017
1 parent 5292c76 commit 1aba5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ before_script:
script:
- export SQLITE_DSN=sqlite://./test
- sh xp-run xp.unittest.TestRunner src/test/php
- export MYSQL_DSN=mysql+x://root@127.0.0.1/test
- sh xp-run xp.unittest.TestRunner rdbms.unittest.integration.MySQLIntegrationTest rdbms.unittest.integration.MySQLDeadlockTest
- export MYSQL_DSN=mysql+i://root@127.0.0.1/test
- sh xp-run xp.unittest.TestRunner rdbms.unittest.integration.MySQLIntegrationTest rdbms.unittest.integration.MySQLDeadlockTest
- export MYSQL_DSN=mysql+x://root@127.0.0.1/test
- sh xp-run xp.unittest.TestRunner rdbms.unittest.integration.MySQLIntegrationTest rdbms.unittest.integration.MySQLDeadlockTest

0 comments on commit 1aba5a9

Please sign in to comment.