6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 20:29:02 +00:00
tutor/.travis.yml
2018-09-15 20:24:35 +02:00

17 lines
379 B
YAML

language: minimal
services:
- docker
env:
- ACTIVATE_NOTES=1 ACTIVATE_XQUEUE=1
script:
- make configure SILENT=1
- make build
- make migrate
#- make assets # too time-consuming
deploy:
provider: script
script: docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" && make push
on:
all_branches: true
condition: $TRAVIS_BRANCH =~ ^master|release\/.*$