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

Commit fc8be19

Browse files
committed
Merge pull request #40 from xtreamwayz/hotfix/travis
Update Travis CI config
2 parents bd5acd2 + cfa9fa5 commit fc8be19

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

.travis.yml

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ language: php
55
cache:
66
directories:
77
- $HOME/.composer/cache
8-
- $HOME/.local
9-
- vendor
108

119
env:
1210
global:
@@ -22,6 +20,7 @@ matrix:
2220
- php: 5.6
2321
env:
2422
- DEPS=locked
23+
- CS_CHECK=true
2524
- TEST_COVERAGE=true
2625
- php: 5.6
2726
env:
@@ -40,7 +39,6 @@ matrix:
4039
- php: 7
4140
env:
4241
- DEPS=locked
43-
- CS_CHECK=true
4442
- php: 7
4543
env:
4644
- DEPS=locked
@@ -69,25 +67,25 @@ matrix:
6967
- php: 7.1
7068
env:
7169
- DEPS=latest
72-
- php: hhvm
70+
- php: 7.2
7371
env:
7472
- DEPS=lowest
75-
- php: hhvm
73+
- php: 7.2
7674
env:
7775
- DEPS=locked
78-
- php: hhvm
76+
- php: 7.2
7977
env:
8078
- DEPS=locked
8179
- HELPER_DEPS="zendframework/zend-expressive-helpers:^2.2 zendframework/zend-expressive-router:^1.3.2"
82-
- php: hhvm
80+
- php: 7.2
8381
env:
8482
- DEPS=locked
8583
- HELPER_DEPS="zendframework/zend-expressive-helpers:^3.0.1"
86-
- php: hhvm
84+
- php: 7.2
8785
env:
8886
- DEPS=latest
8987
allow_failures:
90-
- php: hhvm
88+
- php: 7.2
9189

9290
before_install:
9391
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
@@ -100,6 +98,8 @@ install:
10098
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
10199
- if [[ $HELPER_DEPS != '' ]]; then travis_retry composer require $COMPOSER_ARGS --update-with-dependencies $HELPER_DEPS ; fi
102100
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
101+
- stty cols 120
102+
- export COLUMNS=120
103103
- composer show
104104

105105
script:
@@ -112,13 +112,3 @@ after_script:
112112

113113
notifications:
114114
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

0 commit comments

Comments
 (0)