This repository was archived by the owner on Jan 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-19
lines changed Expand file tree Collapse file tree 1 file changed +9
-19
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ language: php
5
5
cache :
6
6
directories :
7
7
- $HOME/.composer/cache
8
- - $HOME/.local
9
- - vendor
10
8
11
9
env :
12
10
global :
@@ -22,6 +20,7 @@ matrix:
22
20
- php : 5.6
23
21
env :
24
22
- DEPS=locked
23
+ - CS_CHECK=true
25
24
- TEST_COVERAGE=true
26
25
- php : 5.6
27
26
env :
@@ -40,7 +39,6 @@ matrix:
40
39
- php : 7
41
40
env :
42
41
- DEPS=locked
43
- - CS_CHECK=true
44
42
- php : 7
45
43
env :
46
44
- DEPS=locked
@@ -69,25 +67,25 @@ matrix:
69
67
- php : 7.1
70
68
env :
71
69
- DEPS=latest
72
- - php : hhvm
70
+ - php : 7.2
73
71
env :
74
72
- DEPS=lowest
75
- - php : hhvm
73
+ - php : 7.2
76
74
env :
77
75
- DEPS=locked
78
- - php : hhvm
76
+ - php : 7.2
79
77
env :
80
78
- DEPS=locked
81
79
- HELPER_DEPS="zendframework/zend-expressive-helpers:^2.2 zendframework/zend-expressive-router:^1.3.2"
82
- - php : hhvm
80
+ - php : 7.2
83
81
env :
84
82
- DEPS=locked
85
83
- HELPER_DEPS="zendframework/zend-expressive-helpers:^3.0.1"
86
- - php : hhvm
84
+ - php : 7.2
87
85
env :
88
86
- DEPS=latest
89
87
allow_failures :
90
- - php : hhvm
88
+ - php : 7.2
91
89
92
90
before_install :
93
91
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
@@ -100,6 +98,8 @@ install:
100
98
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
101
99
- if [[ $HELPER_DEPS != '' ]]; then travis_retry composer require $COMPOSER_ARGS --update-with-dependencies $HELPER_DEPS ; fi
102
100
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
101
+ - stty cols 120
102
+ - export COLUMNS=120
103
103
- composer show
104
104
105
105
script :
@@ -112,13 +112,3 @@ after_script:
112
112
113
113
notifications :
114
114
email : false
115
- irc :
116
- channels :
117
- - " irc.freenode.org#zftalk.dev"
118
- on_success : change
119
- on_failure : always
120
- slack :
121
- rooms :
122
- - secure : " e6NSTxYfduEBE4M4ywNmlzWSA1WP/dl5KAsjkQZjKAQMYKNZZ4H6amNF3fyfoq9m8z/oozJYCGPzHwVAnOkK2dr8m3Kv9dfk6T8EeB9o55uBEevwlnqIX48Ls+IKI1ZbTu1+hrUkDRGhIRoEdzDXQR0iBD7bE1TyRvWCoaBTyH4XhOboDJEC+ohVC3TO/uAtvrwpCuZ6U1blUeh+XNy79TrWVoO0erQc/UdNcee8688iUqNHGN7Ds35x/vYuvZnNWrqVH0nW6SUst4KQwFMV25X8LuPd6ZU4NhCog2Q5kZoq+Dw/o7Umdn3qqnjT9sgcDIwdEtb2LYr66nM4fdRe/ueH7EgxSd0x6bBDdSccgj7dNytTD8wh70gLmiKxOK5oomBtVb6XF3dmVzRtY/GMzAXjg7SMWDrqxXU7VXBovENz/nS3AWW+2hOIazkbumq1oDXA/KSFgMEOG40yfRHohOkB0h9CQOypPmnm7G5T4Dn3Zwvkqltrz4YFTtSUflgxl97OQsnwJdCUY7NxZusY4vrrlqGzFvwago5kpFRbBzONaHh5qmIX9KKeCDiITjIV5UO9yZLSQyZCR74THn0TJ2CfcCnW4vKbOHAPVgZRd/XS5JxvxAxN6kozl+4YC33ZJEDSlWMS4C7AxJ0MR/Vu4o93rQxAMqJ1L1Y56adEeBw="
123
- on_success : change
124
- on_failure : always
You can’t perform that action at this time.
0 commit comments