Skip to content

Commit

Permalink
Updated tracis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadkhan53 committed May 11, 2022
1 parent 19b7a6e commit 5a9fb24
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
Expand Up @@ -9,7 +9,7 @@ php:

env:
global:
- DRUPAL_BASE_URL="https://adtech.ddev.site:4443"
- DRUPAL_BASE_URL="http://127.0.0.1:8080"
# before_install:
# - curl -LO https://raw.githubusercontent.com/drud/ddev/master/scripts/install_ddev.sh && bash install_ddev.sh

Expand All @@ -22,11 +22,11 @@ before_script:
- sudo chmod +x /usr/local/bin/docker-compose
- docker-compose --version
- curl -LO https://raw.githubusercontent.com/drud/ddev/master/scripts/install_ddev.sh && bash install_ddev.sh
- ddev describe

script:
- composer install
- ddev start -y
- ddev describe
- ddev exec -s web vendor/bin/phpunit -c web/core --verbose web/modules

# before_script:
Expand Down

0 comments on commit 5a9fb24

Please sign in to comment.