msqur/.travis.yml

20 lines
244 B
YAML
Raw Normal View History

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