Skip to content

Commit 6ef90c1

Browse files
authored
Merge pull request #75 from Jhut89/lock_update
update lock file and build
2 parents 7655f40 + 51d623f commit 6ef90c1

File tree

2 files changed

+85
-90
lines changed

2 files changed

+85
-90
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)