Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2086ab5 commit abe6d55Copy full SHA for abe6d55
.travis.yml
@@ -31,8 +31,8 @@ script:
31
- if [[ $RELEASE = dev ]]; then composer --verbose update; fi;
32
- cd $TRAVIS_BUILD_DIR/web
33
- ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite
34
- - ./../vendor/bin/drush runserver http://127.0.0.1:8080 &
35
- - sleep 3
+ - ./../vendor/bin/drush runserver $SIMPLETEST_BASE_URL &
+ - until curl -s $SIMPLETEST_BASE_URL; do true; done > /dev/null
36
# Skip core/tests/Drupal/Tests/ComposerIntegrationTest.php because web/ has no composer.json
37
# Ignore PageCache group temporarily, @see https://www.drupal.org/node/2770673
38
- ./../vendor/bin/phpunit -c core --testsuite unit --exclude-group Composer,DependencyInjection,PageCache
0 commit comments