PHP Classes

File: vendor/gabordemooij/redbean/.travis.yml

Recommend this page to a friend!
  Classes of Adrian M   upMVC   vendor/gabordemooij/redbean/.travis.yml   Download  
File: vendor/gabordemooij/redbean/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: upMVC
Pure PHP web development without other frameworks
Author: By
Last change:
Date: 1 month ago
Size: 1,059 bytes
 

Contents

Class file image Download
language: php services: - mysql - postgresql matrix: include: - php: 5.3 dist: precise - php: 5.4 dist: trusty - php: 5.5 dist: trusty - php: 5.6 dist: trusty - php: 7.0 dist: trusty - php: 7.1 dist: trusty - php: 7.2 dist: trusty - php: 7.3 dist: trusty - php: 7.4 dist: trusty - php: 8.0 dist: xenial - php: 8.1.0 dist: bionic - php: 8.2.0 dist: focal - php: 8.3.0 dist: bionic env: global: - PGUSER=postgres - PGPORT=5432 - PGHOST=localhost - XDEBUG_MODE=coverage before_install: - if [[ "$TRAVIS_DIST" == "focal" ]]; then sudo apt-get install libonig5 ;fi - if [[ "$TRAVIS_DIST" == "focal" ]]; then sudo service postgresql restart ;fi before_script: - touch /tmp/oodb.db - mysql -e 'create database oodb;' - psql template1 -c 'CREATE EXTENSION "uuid-ossp";' -U postgres - psql -c 'create database oodb;' -U postgres - php replica2.php onlyphp - cp rb.php testing/cli/testcontainer/rb.php - cd testing/cli script: php runtests.php