Update .travis.yml

This commit is contained in:
Alex Lushpai 2019-10-17 13:53:47 +03:00 committed by GitHub
parent 1d3a2e34d9
commit 5ca68822e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,6 @@ sudo: required
dist: trusty
php:
- 5.6
- 7.0
- 7.1
- 7.2
@ -32,11 +30,11 @@ before_script:
script:
- bash tests/bin/script.sh
deploy:
skip_cleanup: true
provider: script
script: make
on:
php: 7.2
branch: master
condition: "$DEPLOY = true"
#deploy:
# skip_cleanup: true
# provider: script
# script: make
# on:
# php: 7.2
# branch: master
# condition: "$DEPLOY = true"