From 811797e6a74aa18035e2cd6d0d643033c4c19c93 Mon Sep 17 00:00:00 2001 From: "Y. Luis" Date: Fri, 27 Jul 2018 00:23:57 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff9e857..0ec6cd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ install: before_script: - git clone https://github.com/SIPp/sipp.git - cd sipp - - ./build.sh + - ./build.sh --full - export PATH="$PWD:$PATH" - cd ..