diff --git a/test/travis/before_script.sh b/test/travis/before_script.sh index 606d519d..83506b30 100755 --- a/test/travis/before_script.sh +++ b/test/travis/before_script.sh @@ -3,3 +3,4 @@ # Clone and install CLIgen git clone https://github.com/olofhagsand/cligen.git (cd cligen && ./configure && make && sudo make install) +(./configure && make && sudo make install)