We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a3ff5 commit 86278c3Copy full SHA for 86278c3
1 file changed
.travis.yml
@@ -14,4 +14,4 @@ before_script:
14
- psql -f dbscripts/postgresql_account_create.sql -U postgres
15
- psql -f dbscripts/postgresql_process_tracker.sql process_tracking -U postgres
16
env:
17
- - 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
+ - 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! process_tracking_data_store_username=pt_admin
0 commit comments