Skip to content

Commit

Permalink
travis - fix OS for PHP 5.3, 5.4, 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Oct 18, 2020
1 parent dc339c5 commit 170bde4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,37 @@
language: php

dist: xenial

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- hhvm
- nightly

matrix:
include:
- php: 5.3
dist: precise
- php: 5.4
dist: trusty
- php: 5.5
dist: trusty
- php: nightly
env: DEPENDENCIES="--ignore-platform-reqs"
exclude:
- php: 5.3
dist: xenial
- php: 5.4
dist: xenial
- php: 5.5
dist: xenial
allow_failures:
- php: 7.1
- php: 7.2
Expand Down

0 comments on commit 170bde4

Please sign in to comment.