From 53302f36e3b84a7e06cc8f2786556937f645fd1e Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Fri, 18 Nov 2016 14:59:30 +0000 Subject: [PATCH] Ok ok I installed the deps in the right order this time --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9686244..34153f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,9 @@ install: # Set up the deps - git submodule init - git submodule update + #Configure hooks + - misp_taxii_hooks/hooks.py + - python setup.py install # Install OpenTAXII - cd OpenTAXII - python setup.py install @@ -29,10 +32,6 @@ install: - opentaxii-create-services -c services.yaml - opentaxii-create-collections -c collections.yaml - opentaxii-create-acccount -u travis -p travis - #Configure hooks - - misp_taxii_hooks/hooks.py - - python setup.py install - script: - opentaxii-run-dev & - pid=$!