Skip to content

Commit

Permalink
force PHP 5.3.3 to run under Ubuntu Precise
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoPino committed Sep 6, 2017
1 parent 8c2a84f commit b72e5bb
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions .travis.yml
@@ -1,20 +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
branches:
only:
- /^7.x/
env:
- FEDORA_VERSION="3.5"
- FEDORA_VERSION="3.6.2"
- FEDORA_VERSION="3.7.0"
- FEDORA_VERSION="3.8.1"

branches:
only:
- /^7.x/
before_install:
- cd $HOME
- git clone -b 7.x git://github.com/Islandora/islandora.git
Expand Down

0 comments on commit b72e5bb

Please sign in to comment.