Commit 40293cc 1 parent 37beb3b commit 40293cc Copy full SHA for 40293cc
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ events:
26
26
script :
27
27
- export PATH=$PATH:$BUILD_DIR/vendor/bin
28
28
# Install chromedriver.
29
- - ./vendor/acquia/blt/scripts/linux/chromedriver.sh $BUILD_DIR/vendor/bin
29
+ # - ./vendor/acquia/blt/scripts/linux/chromedriver.sh $BUILD_DIR/vendor/bin
30
30
# Initialize xvfb (see https://docs.travis-ci.com/user/gui-and-headless-browsers)
31
- - sudo apt-get install xvfb
32
- - export DISPLAY=:99.0
33
- - sh -e /etc/init.d/xvfb start
31
+ # - sudo apt-get install xvfb
32
+ # - export DISPLAY=:99.0
33
+ # - sh -e /etc/init.d/xvfb start
34
34
# The local.hostname must be set to 127.0.0.1:8888 because we are using drush runserver to test the site.
35
35
- drupal init
36
36
- drupal yaml:update:value project.yml project.local.hostname '127.0.0.1:8888'
You can’t perform that action at this time.
0 commit comments