Skip to content

Commit 81f9ff4

Browse files
committed
Configuration File Initialization
✨ Configuration now handled thru config file - not environment variables Tweaking travis configuration to handle new configuration files. Added sample log for postgresql. Will add others as testing on other databses commences.
1 parent 0359f91 commit 81f9ff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ script:
1111
after_success:
1212
- coveralls
1313
before_script:
14+
- mkdir $HOME/.process_tracker
1415
- mv configs/${database_type}_config.ini $HOME/.process_tracker/process_tracker_config.ini
1516
- psql -f dbscripts/postgresql_account_create.sql -U postgres
1617
- psql -f dbscripts/postgresql_process_tracker.sql process_tracking -U postgres

0 commit comments

Comments
 (0)