Skip to content

Commit 51d623f

Browse files
committed
update build script remove composer update
1 parent 46e3ea6 commit 51d623f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ php:
55
- '7.2'
66
before-script:
77
- composer install
8-
- composer update
98
script:
10-
- composer update && ./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/
9+
- ./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/
1110
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then git clone https://github.com/Jhut89/Mailchimp-API-3.0-PHP-travis.git travis; fi
1211
- if [ "$TRAVIS_PULL_REQUEST" != "false" ] && [ ! -d "./travis" ]; then exit 1; fi
1312
- if [ -d "./travis" ]; then sudo chmod +x ./travis/* && ./travis/build_script.sh; fi

0 commit comments

Comments
 (0)