This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch remove_travis in repository https://gitbox.apache.org/repos/asf/datasketches-postgresql.git
commit e2f2eaca419e28146680332626a12f911a1c901f Author: Jon Malkin <[email protected]> AuthorDate: Tue Jan 31 15:23:08 2023 -0800 Delete .travis.yml Apache is moving away from travis so deleting the integration --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 840fb0d..0000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -services: - - docker - -install: - - docker build --pull -t datasketch-postgres:latest . - - docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d datasketch-postgres:latest - -script: - - sleep 3 - - docker logs some-postgres - - docker ps | grep -q some-postgres - - docker exec some-postgres psql -U postgres -c 'select theta_sketch_get_estimate(theta_sketch_build(1))' \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
