diff --git a/.travis.yml b/.travis.yml index 92845d4..112cca6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 &