File tree 2 files changed +34
-24
lines changed
2 files changed +34
-24
lines changed Original file line number Diff line number Diff line change 1
1
/.gitattributes export-ignore
2
2
/.gitignore export-ignore
3
- /tests export-ignore
4
- /sandbox export-ignore
5
- /build.xml export-ignore
6
- /build.properties.dev export-ignore
7
3
/.travis.yml export-ignore
4
+ /build.properties.dev export-ignore
5
+ /build.xml export-ignore
6
+ /tests export-ignore
7
+ /tools export-ignore
Original file line number Diff line number Diff line change 1
- sudo : false
1
+ os : linux
2
+ dist : xenial
2
3
language : php
3
- dist : trusty
4
+
4
5
php :
5
- - 5.4
6
- - 5.5
7
- - 5.6
8
- - 7.0
9
- - 7.1
10
- - 7.2
11
- - 7.3
12
- - hhvm
13
- - nightly
6
+ - 7.0
7
+ - 7.1
8
+ - 7.2
9
+ - 7.3
10
+ - 7.4
11
+ - nightly
12
+
13
+ cache :
14
+ directories :
15
+ - $HOME/.composer/cache
16
+
17
+ jobs :
18
+ fast_finish : true
19
+ allow_failures :
20
+ - php : nightly
21
+ include :
22
+ - php : 5.3
23
+ dist : precise
24
+ - php : 5.4
25
+ dist : precise
26
+ - php : 5.5
27
+ dist : trusty
28
+ - php : 5.6
29
+ dist : trusty
14
30
15
- matrix :
16
- include :
17
- - php : " 5.3"
18
- dist : precise
19
- fast_finish : true
20
- allow_failures :
21
- - php : nightly
22
- - php : hhvm
31
+ install :
32
+ - composer install --prefer-dist --no-progress --no-suggest -o
23
33
24
34
script :
25
- - php -dshort_open_tag=Off -dmagic_quotes_gpc=Off tests/index.php
35
+ - php -dshort_open_tag=Off -dmagic_quotes_gpc=Off tests/index.php
You can’t perform that action at this time.
0 commit comments