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:13 UTC

[datasketches-postgresql] branch remove_travis created (now e2f2eac)

This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a change to branch remove_travis
in repository https://gitbox.apache.org/repos/asf/datasketches-postgresql.git


      at e2f2eac  Delete .travis.yml

This branch includes the following new commits:

     new e2f2eac  Delete .travis.yml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


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

Posted by jm...@apache.org.
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