Browse Source

Merge pull request #683 from DiegoPino/7.x-ISLANDORA-2053

ISLANDORA-2053: Update travis.yml to force PHP 5.3.3 to run under Ubuntu Precise
pull/636/merge
Jared Whiklo 7 years ago committed by GitHub
parent
commit
934bb81a8d
  1. 30
      .travis.yml

30
.travis.yml

@ -1,21 +1,37 @@
sudo: required sudo: required
dist: trusty
language: php 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: php:
- 5.3.3
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6 - 5.6
- 7.0 - 7.0
- 7.1 - 7.1
env:
- FEDORA_VERSION="3.5"
- FEDORA_VERSION="3.6.2"
- FEDORA_VERSION="3.7.0"
- FEDORA_VERSION="3.8.1"
branches: branches:
only: only:
- /^7.x/ - /^7.x/
env:
matrix:
- FEDORA_VERSION="3.5"
- FEDORA_VERSION="3.6.2"
- FEDORA_VERSION="3.7.0"
- FEDORA_VERSION="3.8.1"
global: global:
# This key is unique to the Islandora/islandora repository; logging will # This key is unique to the Islandora/islandora repository; logging will
# fail on forked repositories unless a new unique key is generated for them. # fail on forked repositories unless a new unique key is generated for them.

Loading…
Cancel
Save