Browse Source

Test with 5.3 instead of 5.3.3

pull/695/head
Jonathan Green 7 years ago
parent
commit
ed2577a6dd
No known key found for this signature in database
GPG Key ID: E96938FA4DF26243
  1. 10
      .travis.yml

10
.travis.yml

@ -4,17 +4,17 @@ language: php
matrix: matrix:
include: include:
#5.3.3 Ubuntu Precise exceptions #5.3 Ubuntu Precise exceptions
- php: 5.3.3 - php: 5.3
dist: precise dist: precise
env: FEDORA_VERSION="3.5" env: FEDORA_VERSION="3.5"
- php: 5.3.3 - php: 5.3
dist: precise dist: precise
env: FEDORA_VERSION="3.6.2" env: FEDORA_VERSION="3.6.2"
- php: 5.3.3 - php: 5.3
dist: precise dist: precise
env: FEDORA_VERSION="3.7.0" env: FEDORA_VERSION="3.7.0"
- php: 5.3.3 - php: 5.3
dist: precise dist: precise
env: FEDORA_VERSION="3.8.1" env: FEDORA_VERSION="3.8.1"
php: php:

Loading…
Cancel
Save