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
Rizky Maulana Nugraha 2021-01-28 00:31:53 +00:00 zatwierdzone przez GitHub
rodzic 5f125af29c
commit 6d3c1c1af4
1 zmienionych plików z 0 dodań i 25 usunięć

Wyświetl plik

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