Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/fabpot/goutte/.travis.yml

26 lines
349 B

language: php
sudo: false
cache:
- $HOME/composer/cache/files
- $HOME/.phpunit_bridge
env:
global:
- SYMFONY_PHPUNIT_DIR=$HOME/.phpunit_bridge
php:
- 7.2
- 7.1
- 7.0
- 5.6
- 5.5
- nightly
install:
- composer update
- vendor/bin/simple-phpunit install
script:
- vendor/bin/simple-phpunit