Skip to content

Commit 295fdae

Browse files
authored
Merge pull request #48 from DiegoPino/7.x-ISLANDORA-2053
ISLANDORA-2053: Update travis.yml to force PHP 5.3.3 to run under Ubuntu Precise
2 parents fa7f65a + 58bfd50 commit 295fdae

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

.travis.yml

+21-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,37 @@
11
sudo: required
2+
dist: trusty
23
language: php
4+
5+
matrix:
6+
include:
7+
#5.3.3 Ubuntu Precise exceptions
8+
- php: 5.3.3
9+
dist: precise
10+
env: FEDORA_VERSION="3.5"
11+
- php: 5.3.3
12+
dist: precise
13+
env: FEDORA_VERSION="3.6.2"
14+
- php: 5.3.3
15+
dist: precise
16+
env: FEDORA_VERSION="3.7.0"
17+
- php: 5.3.3
18+
dist: precise
19+
env: FEDORA_VERSION="3.8.1"
320
php:
4-
- 5.3.3
521
- 5.4
622
- 5.5
723
- 5.6
824
- 7.0
925
- 7.1
10-
branches:
11-
only:
12-
- /^7.x/
1326
env:
1427
- FEDORA_VERSION="3.5"
1528
- FEDORA_VERSION="3.6.2"
1629
- FEDORA_VERSION="3.7.0"
1730
- FEDORA_VERSION="3.8.1"
31+
32+
branches:
33+
only:
34+
- /^7.x/
1835
before_install:
1936
- cd $HOME
2037
- git clone -b 7.x git://github.com/Islandora/islandora.git

0 commit comments

Comments
 (0)