Skip to content

Commit 36a3ff5

Browse files
committed
Configuring build stack
👷 Continuing to configure/debug build stack. Continuing to configure/debug build stack.
1 parent 7180839 commit 36a3ff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ script:
1111
after_success:
1212
- coveralls
1313
before_script:
14-
- psql -f dbscripts/postgresql_account_create.sql process_tracker -U postgres
15-
- psql -f dbscripts/postgresql_process_tracker.sql process_tracker -U postgres
14+
- psql -f dbscripts/postgresql_account_create.sql -U postgres
15+
- psql -f dbscripts/postgresql_process_tracker.sql process_tracking -U postgres
1616
env:
1717
- process_tracking_data_store_host=localhost process_tracking_data_store_port=5432 process_tracking_data_store_name=process_tracking process_tracking_data_store_type=postgresql process_tracking_data_store_password=Testing1! proccess_tracking_data_store_username=pt_admin

0 commit comments

Comments
 (0)