mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Attempt to accelerate travis build
Assets collection is too time-consuming. The Travis build fails after 50 minutes. So we don't test it.
This commit is contained in:
parent
9d4743f00e
commit
436ad015cf
@ -5,7 +5,7 @@ script:
|
|||||||
- make build
|
- make build
|
||||||
- ./configure --silent
|
- ./configure --silent
|
||||||
- make migrate
|
- make migrate
|
||||||
- make assets
|
#- make assets # too time-consuming
|
||||||
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
|
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
|
Loading…
Reference in New Issue
Block a user