From a8542292bfd775ac358bda2c9514fda775f53bbd Mon Sep 17 00:00:00 2001 From: Ulrik Kofoed Pedersen Date: Tue, 14 Oct 2014 16:05:41 +0100 Subject: [PATCH] travis tweaks --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9547de6..4f871d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ install: - pwd - ls * - cmake -DHDF5_USE_STATIC_LIBRARIES=ON -DHDF5_ROOT=$(pwd)/hdf5swmr/ . - - make VERBOSE=1 && make install + - make VERBOSE=1 && sudo make install script: - which swmr - ldd $(which swmr)