diff --git a/.travis.yml b/.travis.yml index a4c5aab..c8bb1b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ python: services: - mysql + - docker env: - OPENTAXII_CONFIG=$TRAVIS_BUILD_DIR/config/config.travis.yaml URL="http://35.163.95.230" APIKEY=pF4Rq3JOHbYAJLMiFDqRPpLxAh3s0PakiSPKWSN5 @@ -21,6 +22,8 @@ before_install: - pip install -r requirements.txt - python setup.py install - cd .. + - docker pull floatingghost/misp-testable:v2.4.102 + - docker run -d -p 80:80 floatingghost/misp-testable:v2.4.102 install: # Check the config is ok diff --git a/config/config.travis.yaml b/config/config.travis.yaml index 17df4a8..4287a7c 100644 --- a/config/config.travis.yaml +++ b/config/config.travis.yaml @@ -31,5 +31,5 @@ taxii: username: root password: root misp: - url: "http://ec2-52-42-201-6.us-west-2.compute.amazonaws.com" - api: Vjy0ra7wO6w6si7hbjxX52nARfVpaAO6Tm6lxeSm + url: "http://localhost" + api: testmispapikeytestmispapikeytestmispapik