From 3bbdc3cac8d0b435d32f9dc6732d40dda0beca9b Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Sun, 29 Nov 2020 23:18:59 +0100 Subject: [PATCH] try native travis test #6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 972e8609..78a198bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ branches: only: - master script: -- ./configure --with-restconf=fcgi && make && sudo make install && (cd example; make; sudo make install) && (cd util; make; sudo make install) && (cd test; ./all.sh) +- ./configure --with-restconf=fcgi && make && sudo make install && (cd example; make; sudo make install) && (cd util; make; sudo make install) && sudo ldconfig && (cd test; ./all.sh) before_script: - sudo apt-get install -y libfcgi-dev - sudo apt-get install -y nginx