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

Update travis CI build

This commit is contained in:
Daniil Gentili 2020-02-29 14:27:55 +01:00
parent a18918c409
commit e6cc6f714e
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -1,11 +1,11 @@
sudo: required
dist: trusty
group: edge
language: php
php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- nightly
- hhvm
- '5.6'
@ -18,7 +18,7 @@ addons:
- python3
before_script:
- composer update --dev
- composer update
- "tests/install_deps.sh"
script: