1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-14 01:54:11 +02:00

travis: test php 5.3..7.3

This commit is contained in:
Elan Ruusamäe
2017-12-26 02:30:50 +02:00
parent 00b9f28630
commit b6ef6fa397

View File

@@ -1,21 +1,26 @@
language: php
sudo: false
dist: trusty
php:
- 7.0
- 5.6
- 5.5
- 5.4
- hhvm
jobs:
fast_finish: true
allow_failures:
- php: "hhvm"
include:
- php: "5.3"
dist: precise
- php: "5.4"
- php: "5.5"
- php: "5.6"
- php: "7.0"
- php: "7.1"
- php: "7.2"
- php: "nightly"
- php: "hhvm"
env:
- CLOSURE_VERSION: 20161024
matrix:
allow_failures:
- php: hhvm
- php: 7.0
services:
- memcached