This repository was archived by the owner on Feb 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2590
-1
lines changed Expand file tree Collapse file tree 3 files changed +2590
-1
lines changed Original file line number Diff line number Diff line change 11
11
zf-mkdoc-theme /
12
12
13
13
clover.xml
14
- composer.lock
15
14
coveralls-upload.json
16
15
phpunit.xml
17
16
vendor
Original file line number Diff line number Diff line change @@ -25,13 +25,48 @@ matrix:
25
25
include :
26
26
- php : 5.6
27
27
env :
28
+ - DEPS=lowest
29
+ - php : 5.6
30
+ env :
31
+ - DEPS=locked
28
32
- TEST_COVERAGE=true
29
33
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
30
34
- PATH="$HOME/.local/bin:$PATH"
35
+ - php : 5.6
36
+ env :
37
+ - DEPS=latest
31
38
- php : 7
32
39
env :
40
+ - DEPS=lowest
41
+ - php : 7
42
+ env :
43
+ - DEPS=locked
33
44
- CS_CHECK=true
45
+ - php : 7
46
+ env :
47
+ - DEPS=latest
34
48
- php : 7.1
49
+ env :
50
+ - DEPS=lowest
51
+ - php : 7.1
52
+ env :
53
+ - DEPS=locked
54
+ - php : 7.1
55
+ env :
56
+ - DEPS=latest
57
+ - php : nightly
58
+ env :
59
+ - DEPS=lowest
60
+ - php : nightly
61
+ env :
62
+ - DEPS=locked
63
+ - php : nightly
64
+ env :
65
+ - DEPS=latest
66
+ allow_failures :
67
+ - php : nightly
68
+ allow_failures :
69
+ - php : nightly
35
70
36
71
notifications :
37
72
irc : " irc.freenode.org#zftalk.dev"
You can’t perform that action at this time.
0 commit comments