Update travis configuration

This commit is contained in:
Vincent Letourneau
2017-07-29 16:08:05 +02:00
parent 6bbbb5bce2
commit 5fef97b6fc

View File

@@ -16,13 +16,10 @@ before_install:
before_script: before_script:
- make docker-start - make docker-start
- sleep 1m && sleep 30s - sleep 2m
script: script:
- make gen-certs - make gen-certs
- make apidoc - make apidoc
- make test - make test
- make mysql-dump - make mysql-dump
before_script:
- make docker-stop