We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7180839 commit 36a3ff5Copy full SHA for 36a3ff5
.travis.yml
@@ -11,7 +11,7 @@ script:
11
after_success:
12
- coveralls
13
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
+ - psql -f dbscripts/postgresql_account_create.sql -U postgres
+ - 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
0 commit comments