Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit ff33db4

Browse files
committed
updated travis build matrix lowest/locked/latest
added nightly test
1 parent 2068505 commit ff33db4

File tree

3 files changed

+2590
-1
lines changed

3 files changed

+2590
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ tmp/
1111
zf-mkdoc-theme/
1212

1313
clover.xml
14-
composer.lock
1514
coveralls-upload.json
1615
phpunit.xml
1716
vendor

.travis.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,48 @@ matrix:
2525
include:
2626
- php: 5.6
2727
env:
28+
- DEPS=lowest
29+
- php: 5.6
30+
env:
31+
- DEPS=locked
2832
- TEST_COVERAGE=true
2933
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
3034
- PATH="$HOME/.local/bin:$PATH"
35+
- php: 5.6
36+
env:
37+
- DEPS=latest
3138
- php: 7
3239
env:
40+
- DEPS=lowest
41+
- php: 7
42+
env:
43+
- DEPS=locked
3344
- CS_CHECK=true
45+
- php: 7
46+
env:
47+
- DEPS=latest
3448
- 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
3570

3671
notifications:
3772
irc: "irc.freenode.org#zftalk.dev"

0 commit comments

Comments
 (0)