Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
travis: run old php version on trusty dist
Browse files Browse the repository at this point in the history
  • Loading branch information
adaamz committed Dec 7, 2019
1 parent 4683539 commit 4430027
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
language: php

php:
- "5.4"
- "5.5"
- "5.6"
- "7.0"
- "7.1"
- "7.2"
- "7.3"
matrix:
include:
- php: "5.4"
dist: trusty
- php: "5.5"
dist: trusty
- php: "5.6"
- php: "7.0"
- php: "7.1"
- php: "7.2"
- php: "7.3"

sudo: false

Expand Down

0 comments on commit 4430027

Please sign in to comment.