Commit 80a8fc86 authored by Tobias Munk's avatar Tobias Munk

updated travis config

parent 388f125d
......@@ -10,5 +10,7 @@ before_install:
- docker-compose build --pull
script:
- docker-compose run --rm php yii app/setup
- docker-compose run --rm phpfpm yii app/setup
- make all
- make test
FROM phundament/app:latest
FROM phundament/app:4.3.0-rc1
COPY _build/composer.* /app/
......
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