msqur/.travis.yml

24 lines
229 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:53:31 -08:00
branches:
only:
- master
2019-11-06 21:08:41 -08:00
- msqur.com
2019-11-06 20:53:31 -08:00
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:
2019-11-06 21:08:41 -08:00
branch: msqur.com