Skip to content

Commit

Permalink
temporary workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Aug 31, 2020
1 parent d2b0620 commit 6c86cb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ env:

before_install:
- scripts/dump_credentials.php
- if [[ $TRAVIS_PHP_VERSION = 7.3* ]]; then scripts/install_test_deps.sh --cs-fixer; fi
- mkdir ${HOME}/google-cloud-sdk # temporary hack to get aruond installing gcloud
- if [[ $TRAVIS_PHP_VERSION = 7.3* ]]; then scripts/install_test_deps.sh --gcloud --cs-fixer; fi
- sudo apt-get update && sudo apt-get install python-ipaddr

script:
Expand Down

0 comments on commit 6c86cb2

Please sign in to comment.