From 2e46062c295eff458c0bdda4b2c91a542ccf1cc6 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 4 Feb 2019 15:35:29 +0100 Subject: [PATCH] travis experiments --- test/travis/before_script.sh | 1 + 1 file changed, 1 insertion(+) 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)