Files
newwalls.pl/modules/mailchimppro/vendor/drewm/mailchimp-api/scripts/travis.sh
2024-12-17 13:43:22 +01:00

11 lines
153 B
Bash

#!/bin/bash
cd ${TRAVIS_BUILD_DIR}
if [[ $TRAVIS_PHP_VERSION = '7.1' ]]; then
phpunit
fi
if [[ $TRAVIS_PHP_VERSION = '7.2' ]]; then
phpunit
fi