1
0
mirror of https://github.com/danog/PrimeModule.git synced 2024-11-26 20:34:37 +01:00
PrimeModule/.travis.yml

23 lines
213 B
YAML

language: php
php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- nightly
- '5.6'
addons:
apt:
packages:
- python3
before_script:
- composer update
- "tests/install_deps.sh"
script:
- "tests/testing.php"