Because config dir

pull/7/head
Hannah Ward 2016-12-28 11:10:31 +00:00
parent 50e0cec2b8
commit 0fbdac0890
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ install:
- mysql -u root -e "grant all on taxiiauth.* to 'taxii'@'%' identified by 'some_password';"
- mysql -u root -e "grant all on taxiipersist.* to 'taxii'@'%' identified by 'some_password';"
# Populate databases
- opentaxii-create-services -c services.yaml
- opentaxii-create-collections -c collections.yaml
- opentaxii-create-services -c config/services.yaml
- opentaxii-create-collections -c config/collections.yaml
- opentaxii-create-account -u travis -p travis
script:
- opentaxii-run-dev &