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:
parent
abf95862fe
commit
8ba0887724
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user