6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-04 20:37:52 +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
script:
- make build
- ./configure --silent
- make migrate
- make assets
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
deploy:
provider: script