Skip to content

Commit 6d0bc2e

Browse files
committed
added missing SIMPLETEST_DB variable
1 parent 016d84c commit 6d0bc2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ env:
9393
#- DRUPAL_TI_RUNNERS="phpunit simpletest behat"
9494
# Use phpunit-core to test modules with phpunit with Drupal 8 core.
9595
#- DRUPAL_TI_RUNNERS="phpunit-core"
96-
- DRUPAL_TI_RUNNERS="phpunit-core simpletest"
96+
- DRUPAL_TI_RUNNERS="simpletest"
9797

9898
mysql:
9999
database: drupal_travis_db
@@ -113,6 +113,7 @@ before_script:
113113
- drupal-ti before_script
114114

115115
script:
116+
- export SIMPLETEST_DB=mysql://root:@127.0.0.1/drupal_travis_db
116117
- drupal-ti script
117118

118119
after_script:

0 commit comments

Comments
 (0)