You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2023/01/31 23:23:14 UTC

[datasketches-postgresql] 01/01: Delete .travis.yml

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 <78...@users.noreply.github.com>
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: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org