Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Travis: PHP 5.3 does not install into trusty
Browse files Browse the repository at this point in the history
Travis has switched the default image to 'Trusty' which does not support
PHP 5.2 or 5.3. Also Travis will drop 'Precise' support entirely in
September 2017.

Therefore we disable testing on PHP version 5.2 or 5.3 which are also
EOL and no longer supported.
  • Loading branch information
fbergkemper committed Sep 11, 2017
1 parent 331e63f commit fb0fdb6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
@@ -1,7 +1,8 @@
language: php

php:
- '5.3'
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1

0 comments on commit fb0fdb6

Please sign in to comment.