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
Raw Normal View History

2017-02-21 18:35:05 +01:00
language: php
2020-02-29 14:27:55 +01:00
2017-02-21 18:35:05 +01:00
php:
- '7.0'
- '7.1'
2018-03-16 13:08:41 +01:00
- '7.2'
2020-02-29 14:27:55 +01:00
- '7.3'
- '7.4'
2017-02-21 18:35:05 +01:00
- nightly
- '5.6'
addons:
apt:
packages:
- python3
2017-05-06 21:27:38 +02:00
2017-02-25 12:59:01 +01:00
before_script:
2020-02-29 14:27:55 +01:00
- composer update
2017-05-06 21:27:38 +02:00
- "tests/install_deps.sh"
2017-02-25 12:59:01 +01:00
2017-02-21 18:35:05 +01:00
script:
- "tests/testing.php"