6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 14:17:46 +00:00

Test migrations and assets on Travis CI

This commit is contained in:
Régis Behmo 2018-06-08 09:58:59 -04:00
parent abf95862fe
commit 8ba0887724

View File

@ -3,6 +3,9 @@ services:
- docker - docker
script: script:
- make build - make build
- ./configure --silent
- make migrate
- make assets
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" - docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
deploy: deploy:
provider: script provider: script