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 d29483f commit 2aee151
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
# before_install:
# - curl -LO https://raw.githubusercontent.com/drud/ddev/master/scripts/install_ddev.sh && bash install_ddev.sh

before_script:
install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
- sudo apt update
Expand All @@ -22,12 +22,13 @@ 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

script:
- composer install

before_script:
- cp .travis/phpunit.xml web/core
- ddev start -y
- ddev describe

script:
- ddev exec -s web vendor/bin/phpunit -c web/core --verbose web/modules

# before_script:
Expand Down

0 comments on commit 2aee151

Please sign in to comment.