We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7655f40 + 51d623f commit 6ef90c1Copy full SHA for 6ef90c1
.travis.yml
@@ -5,9 +5,8 @@ php:
5
- '7.2'
6
before-script:
7
- composer install
8
- - composer update
9
script:
10
- - composer update && ./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/
+ - ./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/
11
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then git clone https://github.com/Jhut89/Mailchimp-API-3.0-PHP-travis.git travis; fi
12
- if [ "$TRAVIS_PULL_REQUEST" != "false" ] && [ ! -d "./travis" ]; then exit 1; fi
13
- if [ -d "./travis" ]; then sudo chmod +x ./travis/* && ./travis/build_script.sh; fi
0 commit comments