kopia lustrzana https://github.com/kartoza/docker-postgis
Goodbye Travis
I don't really know why the build failed in Travis, even though it is using the same scripts. Thank you for all the hardwork.pull/289/head
rodzic
5f125af29c
commit
6d3c1c1af4
25
.travis.yml
25
.travis.yml
|
@ -1,25 +0,0 @@
|
||||||
sudo: required
|
|
||||||
|
|
||||||
language: python
|
|
||||||
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
python:
|
|
||||||
- '3.7'
|
|
||||||
|
|
||||||
env:
|
|
||||||
- SCENARIO=datadir_init
|
|
||||||
- SCENARIO=streaming_replication
|
|
||||||
- SCENARIO=collations
|
|
||||||
- SCENARIO=extensions
|
|
||||||
- SCENARIO=logical_replication
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- pip install -U docker-compose
|
|
||||||
- ./build-test.sh
|
|
||||||
|
|
||||||
script:
|
|
||||||
- pushd scenario_tests/${SCENARIO}
|
|
||||||
- ./test.sh
|
|
||||||
- popd
|
|
Ładowanie…
Reference in New Issue