Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 8a5cf7c

Browse files
authored
Merge pull request #54 from Islandora/7.x-ISLANDORA-2424
Allow PHP 5.3.3 to fail
2 parents 2e26baf + f6927ff commit 8a5cf7c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ matrix:
1717
- php: 5.3.3
1818
dist: precise
1919
env: FEDORA_VERSION="3.8.1"
20+
allow_failures:
21+
- php: 5.3.3
22+
dist: precise
23+
env: FEDORA_VERSION="3.5"
24+
- php: 5.3.3
25+
dist: precise
26+
env: FEDORA_VERSION="3.6.2"
27+
- php: 5.3.3
28+
dist: precise
29+
env: FEDORA_VERSION="3.7.0"
30+
- php: 5.3.3
31+
dist: precise
32+
env: FEDORA_VERSION="3.8.1"
2033
php:
2134
- 5.4
2235
- 5.5

0 commit comments

Comments
 (0)