2016-03-31 15:36:36 -07:00
|
|
|
language: php
|
2019-10-14 21:22:24 -07:00
|
|
|
|
2016-03-31 15:36:36 -07:00
|
|
|
php:
|
2019-10-14 19:15:49 -07:00
|
|
|
- '7.2'
|
2019-10-14 21:22:24 -07:00
|
|
|
|
2019-11-06 20:53:31 -08:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
|
|
|
|
|
2019-11-06 20:28:23 -08:00
|
|
|
stages:
|
|
|
|
- test
|
|
|
|
|
2019-10-14 21:22:24 -07:00
|
|
|
jobs:
|
|
|
|
include:
|
|
|
|
- stage: test
|
|
|
|
script: phpunit tests
|
2019-11-06 20:28:23 -08:00
|
|
|
|
|
|
|
deploy:
|
|
|
|
provider: script
|
|
|
|
script: bash deploy.sh
|
|
|
|
on:
|
2019-11-06 20:46:33 -08:00
|
|
|
condition: $TRAVIS_TAG =~ /^v\d+\.\d+(\.\d+)?(-\S*)?$/
|