/home/smartbloks/public_html/new/wp-content/plugins/mailoptin/vendor/drewm/drip/scripts/travis.sh
#!/bin/bash

cd ${TRAVIS_BUILD_DIR}

if [[ $TRAVIS_PHP_VERSION = '7.1' ]]; then
    phpunit
fi