Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/brizy-pro   php

Repository URL to install this package:

Version: 2.3.7 

/ drewm / mailchimp-api / scripts / travis.sh

#!/bin/bash

cd ${TRAVIS_BUILD_DIR}

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

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

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