mirror of
https://github.com/danog/PrimeModule.git
synced 2024-11-26 20:34:37 +01:00
23 lines
230 B
YAML
23 lines
230 B
YAML
sudo: required
|
|
dist: trusty
|
|
group: edge
|
|
language: php
|
|
php:
|
|
- '7.0'
|
|
- '7.1'
|
|
- nightly
|
|
- hhvm
|
|
- '5.6'
|
|
- '5.5'
|
|
- '5.4'
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- python3
|
|
before_script:
|
|
- composer update --dev
|
|
|
|
script:
|
|
- "tests/testing.php"
|