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 358b6e2 commit 19b7a6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ services:

php:
- 7.4

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

Expand All @@ -18,7 +22,7 @@ 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
- ddev describe

script:
- composer install
Expand Down

0 comments on commit 19b7a6e

Please sign in to comment.