1
0
mirror of synced 2024-11-21 20:46:06 +03:00

Merge pull request #27 from gwinn/master

fix version & travis config
This commit is contained in:
Alex Lushpai 2019-10-17 15:08:23 +03:00 committed by GitHub
commit a314a47d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 12 deletions

View File

@ -15,11 +15,25 @@ env:
matrix: matrix:
include: include:
- php: 7.0
env: BRANCH=2.2.5
- php: 7.1 - php: 7.1
env: BRANCH=2.2.5
- php: 7.0
env: BRANCH=2.2.6
- php: 7.1
env: BRANCH=2.2.6
- php: 7.0
env: BRANCH=2.2.7
- php: 7.1
env: BRANCH=2.2.7
- php: 7.0
env: BRANCH=2.2.8 env: BRANCH=2.2.8
- php: 7.2 - php: 7.1
env: BRANCH=2.2.8
- php: 7.3
env: BRANCH=2.2.8 env: BRANCH=2.2.8
before_script: before_script:
@ -28,11 +42,11 @@ before_script:
script: script:
- bash bin/script.sh - bash bin/script.sh
deploy: # deploy:
skip_cleanup: true # skip_cleanup: true
provider: script # provider: script
script: make # script: make
on: # on:
php: 7.2 # php: 7.2
branch: master # branch: master
condition: "$DEPLOY = true" # condition: "$DEPLOY = true"

View File

@ -1 +1 @@
2.5.0 2.5.0