Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e036f0 commit e55e401Copy full SHA for e55e401
.travis.yml
@@ -3,7 +3,6 @@ dist: trusty
3
sudo: false
4
5
php:
6
- - 5.6
7
- 7.0
8
- 7.1
9
- 7.2
@@ -18,13 +17,6 @@ env:
18
17
- RELEASE=dev COMPOSER_CHANNEL=stable
19
- RELEASE=stable COMPOSER_CHANNEL=snapshot
20
21
-matrix:
22
- exclude:
23
- - php: 5.6
24
- env: RELEASE=dev COMPOSER_CHANNEL=stable
25
26
- env: RELEASE=stable COMPOSER_CHANNEL=snapshot
27
-
28
before_install:
29
- if [[ $TRAVIS_PHP_VERSION = 5.6 ]]; then export COMPOSER_MEMORY_LIMIT=-1; fi;
30
- echo 'sendmail_path = /bin/true' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
0 commit comments