We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa7f65a + 58bfd50 commit 295fdaeCopy full SHA for 295fdae
.travis.yml
@@ -1,20 +1,37 @@
1
sudo: required
2
+dist: trusty
3
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
12
13
+ env: FEDORA_VERSION="3.6.2"
14
15
16
+ env: FEDORA_VERSION="3.7.0"
17
18
19
+ env: FEDORA_VERSION="3.8.1"
20
php:
- - 5.3.3
21
- 5.4
22
- 5.5
23
- 5.6
24
- 7.0
25
- 7.1
-branches:
- only:
- - /^7.x/
26
env:
27
- FEDORA_VERSION="3.5"
28
- FEDORA_VERSION="3.6.2"
29
- FEDORA_VERSION="3.7.0"
30
- FEDORA_VERSION="3.8.1"
31
32
+branches:
33
+ only:
34
+ - /^7.x/
35
before_install:
36
- cd $HOME
37
- git clone -b 7.x git://github.com/Islandora/islandora.git
0 commit comments