diff --git a/.travis.yml b/.travis.yml index 1ef09376..2c31704e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,21 +1,37 @@ sudo: required +dist: trusty language: php + +matrix: + include: + #5.3.3 Ubuntu Precise exceptions + - php: 5.3.3 + dist: precise + env: FEDORA_VERSION="3.5" + - php: 5.3.3 + dist: precise + env: FEDORA_VERSION="3.6.2" + - php: 5.3.3 + dist: precise + env: FEDORA_VERSION="3.7.0" + - php: 5.3.3 + dist: precise + env: FEDORA_VERSION="3.8.1" php: - - 5.3.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 +env: + - FEDORA_VERSION="3.5" + - FEDORA_VERSION="3.6.2" + - FEDORA_VERSION="3.7.0" + - FEDORA_VERSION="3.8.1" + branches: only: - /^7.x/ -env: - matrix: - - FEDORA_VERSION="3.5" - - FEDORA_VERSION="3.6.2" - - FEDORA_VERSION="3.7.0" - - FEDORA_VERSION="3.8.1" global: # This key is unique to the Islandora/islandora repository; logging will # fail on forked repositories unless a new unique key is generated for them.