Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/nngraph.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoumith <soumith@gmail.com>2015-11-12 04:55:05 +0300
committersoumith <soumith@gmail.com>2015-11-12 04:55:05 +0300
commit6f56ba4352d08ee88280ece31b1b9fd6e9cbfb6d (patch)
tree67416aedad6420329b61bf5514bdcf427efde1e4
parentabca11530e5d4bffc50e9000d1252b798f433c0a (diff)
adding graphviz LD path to travis
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5ca5abc..ac2d726 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,6 +55,7 @@ before_script:
script:
- ${INSTALL_PREFIX}/bin/luarocks make
- export PATH=${INSTALL_PREFIX}/bin:$PATH
+- export LD_LIBRARY_PATH=$HOME/GraphViz/lib:$LD_LIBRARY_PATH
- export TESTLUA=$(which luajit lua | head -n 1)
- ${TESTLUA} -lnngraph -e "print('nngraph loaded succesfully')"
- ${INSTALL_PREFIX}/bin/luarocks install totem