6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-10-01 13:49:01 +00:00
tutor/.travis.yml

15 lines
252 B
YAML
Raw Normal View History

2018-05-30 16:07:34 +00:00
language: python
services:
- docker
script:
- make build
- ./configure --silent
- make migrate
- make assets
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
2018-05-30 16:07:34 +00:00
deploy:
provider: script
script: make push
2018-06-01 14:34:09 +00:00
on:
branch: master