mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +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