Skip to content

Commit 36f0d0b

Browse files
committed
Use latest official sipp release in CI
1 parent 1c56602 commit 36f0d0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ install:
2828
- pip list
2929

3030
before_script:
31-
- wget https://github.com/SIPp/sipp/releases/download/v3.5.2/sipp-3.5.2.tar.gz
32-
- tar -xvzf sipp-3.5.2.tar.gz
33-
- cd sipp-3.5.2
31+
- wget https://github.com/SIPp/sipp/releases/download/v3.6.0/sipp-3.6.0.tar.gz
32+
- tar -xvzf sipp-3.6.0.tar.gz
33+
- cd sipp-3.6.0
3434
- ./configure
3535
- make
3636
- export PATH="$PWD:$PATH"

0 commit comments

Comments
 (0)