diff --git a/.travis.yml b/.travis.yml index 0ec6cd3..144d9b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ language: python -sudo: false -dist: precise cache: - bundler @@ -29,11 +27,13 @@ install: - pip list before_script: - - git clone https://github.com/SIPp/sipp.git - - cd sipp - - ./build.sh --full + - wget https://github.com/SIPp/sipp/releases/download/v3.5.2/sipp-3.5.2.tar.gz + - tar -xvzf sipp-3.5.2.tar.gz + - cd sipp-3.5.2 + - ./configure + - make - export PATH="$PWD:$PATH" - cd .. script: - - pytest tests/ + - pytest tests/ \ No newline at end of file