Skip to content

Commit bd78132

Browse files
committed
Update path to script
1 parent c9769fe commit bd78132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
dist: bionic
33

44
before_script:
5-
- node script/create-test-tables.js pg://[email protected]:5432/postgres
5+
- node packages/pg/script/create-test-tables.js pg://[email protected]:5432/postgres
66

77
env:
88
- CC=clang CXX=clang++ npm_config_clang=1 PGUSER=postgres PGDATABASE=postgres

0 commit comments

Comments
 (0)