Fix travis build

This commit is contained in:
Tomasz Sęk 2019-09-20 09:22:52 +02:00
parent d1f04b4c03
commit 01da21cdf8
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 3 additions and 3 deletions

View File

@ -26,12 +26,12 @@ jobs:
- stage: unit - stage: unit
name: "Unit Tests" name: "Unit Tests"
script: script:
- make verify - travis_wait 15 make verify
- stage: e2e - stage: e2e
name: "End-to-End Tests" name: "End-to-End Tests"
script: script:
- make travis-prepare - travis_wait 10 make travis-prepare
- make build e2e - travis_wait 45 make build e2e
cache: cache:
directories: directories: