PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Caleb   CIDRAM   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CIDRAM
Check if an IP address is a bad source of traffic
Author: By
Last change: Update of .travis.yml
Date: 5 years ago
Size: 458 bytes
 

Contents

Class file image Download
language: php php: - '7.2' - '7.3' before_script: # - cp $TRAVIS_BUILD_DIR/vault/config.ini.RenameMe $TRAVIS_BUILD_DIR/vault/config.ini - phpenv config-rm xdebug.ini || true - if [ $(phpenv version-name) != "5.4" ]; then composer install; fi script: - if [ $(phpenv version-name) != "5.4" ]; then vendor/bin/codecept build; fi - if [ $(phpenv version-name) != "5.4" ]; then vendor/bin/codecept run --steps; fi notifications: email: false