7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-08 09:00: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:
Régis Behmo 2018-06-11 02:37:50 -04:00
parent 9d4743f00e
commit 436ad015cf

View File

@ -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