Fix travis build
This commit is contained in:
parent
d1f04b4c03
commit
01da21cdf8
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue