generator-yeosimian
Version:
A wordpress site, custom with vagrant and openshift
21 lines (15 loc) • 300 B
YAML
language: php
php:
- 5.4
script: phpunit UnitTest
env:
global:
- OPENSHIFT_REPO=<%= ship %>
before_install:
- git remote -v | grep ^openshift || git remote add openshift $OPENSHIFT_REPO
after_success:
- git push -f openshift $BRANCH:master
# include
branches:
only:
- develop