PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Kacper Rowinski   OneClickCaptcha   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: OneClickCaptcha
CAPTCHA validation based on user clicks on circles
Author: By
Last change: Update of .travis.yml
Date: 2 months ago
Size: 486 bytes
 

Contents

Class file image Download
language: php php: - 5.5 - 5.6 - 7.0 env: global: - setup=basic sudo: false install: - if [[ $setup = 'basic' ]]; then travis_retry composer install --no-interaction --prefer-source; fi - if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-source --no-interaction --prefer-stable; fi - if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-source --no-interaction --prefer-lowest --prefer-stable; fi script: vendor/bin/phpunit