All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php..travis.yml Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
language: php
# Bionic environment has preinstalled PHP from 7.1 to 7.4
# https://docs.travis-ci.com/user/reference/bionic/#php-support
dist: bionic
php:
    - 7.4
before_install: "composer install"
script: "vendor/bin/phpunit"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy