From 21430f7d44450d92c1c9a482e0a63d3e6509b9c0 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Fri, 8 May 2015 14:36:09 -0700 Subject: [PATCH] Update .travis.yml add '- sudo make install' and hope it works on Travis' OSX machines too. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 628563fd7..949adbd29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,3 +16,4 @@ script: # Test again with shared libraries - cmake . -G "Unix Makefiles" -DBUILD_SHARED_LIBS=ON - make -j8 + - sudo make install