6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-30 05:09:02 +00:00
tutor/.travis.yml
Régis Behmo 436ad015cf Attempt to accelerate travis build
Assets collection is too time-consuming. The Travis build fails after 50
minutes. So we don't test it.
2018-06-11 02:37:50 -04:00

15 lines
274 B
YAML

language: python
services:
- docker
script:
- make build
- ./configure --silent
- make migrate
#- make assets # too time-consuming
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
deploy:
provider: script
script: make push
on:
branch: master