Commit fddd6c59 authored by Tobias Munk's avatar Tobias Munk

added Travis CI config

parent bb066b7b
sudo: required
language: php
services:
- docker
before_install:
- export COMPOSE_FILE=./docker-compose.yml:./docker-compose.test.yml
- export APP_VERSION=$(git describe --always --dirty)
- export STACK_PHP_IMAGE=${TRAVIS_REPO_SLUG}:${APP_VERSION}
- export STACK_PHP_IMAGE_LATEST=${TRAVIS_REPO_SLUG}:latest
- cd tests
- docker-compose build --pull
script:
- docker-compose run --rm php yii app/setup
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment