mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +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
|
||||
- ./configure --silent
|
||||
- make migrate
|
||||
- make assets
|
||||
#- make assets # too time-consuming
|
||||
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
|
||||
deploy:
|
||||
provider: script
|
||||
|
Loading…
Reference in New Issue
Block a user