diff --git a/.travis.yml b/.travis.yml index 3462f08..15858f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: - pip install -U -r REQUIREMENTS - pip install . # Force travis to use the right pymisp - - git clone https://github.com/MISP/PyMISP.git + - git clone https://github.com/CIRCL/PyMISP.git - cd PyMISP - python setup.py install - cd ..