Skip to content

Commit

Permalink
Merge pull request baopham#230 from baopham/hotfix/travis-fix
Browse files Browse the repository at this point in the history
Fix issues with travis ci
  • Loading branch information
JackPriceBurns authored Sep 30, 2020
2 parents ae85c92 + 587ede8 commit 2c7cba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_script:
- java -Djava.library.path=./DynamoDBLocal_lib -jar dynamodb_local/DynamoDBLocal.jar --port 3000 &
- sleep 2
- composer self-update
- composer install
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction

script: ./vendor/bin/phpunit

Expand Down

0 comments on commit 2c7cba9

Please sign in to comment.