Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 1b9731b

Browse files
committed
Update for travis (2)
1 parent 8e0a4bc commit 1b9731b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ services:
1919
build:
2020
context: .
2121
dockerfile: ./scripts/docker/postgres/Dockerfile
22-
ports:
23-
- 5432:5432
2422
volumes:
2523
- .:/source
2624
container_name: "fdw-pg"

scripts/docker/postgres/init.sh

-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ make && make install
1313
# Install neo4j fdw
1414
echo "~~~~~~~~~~~~~ Installing Neo4j FDW"
1515
cd /neo4j-fdw/source/
16-
ls -l
1716
make install

0 commit comments

Comments
 (0)