From 0fbdac089017f8df910f4311f705d8ae175edd30 Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Wed, 28 Dec 2016 11:10:31 +0000 Subject: [PATCH] Because config dir --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 &