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-10 01:36:09 +0300
committersoumith <soumith@gmail.com>2015-11-10 01:36:09 +0300
commitabca11530e5d4bffc50e9000d1252b798f433c0a (patch)
treeb3324bb07439d2395ee5504215d9aeeb54ae7f3d
parent3d72268d47fbd0ce6f8918bc2a907e2d07e8493a (diff)
fix path in travis
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 60ac37c..5ca5abc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,6 +54,7 @@ before_script:
- export LD_LIBRARY_PATH=${INSTALL_PREFIX}/lib:$LD_LIBRARY_PATH
script:
- ${INSTALL_PREFIX}/bin/luarocks make
+- export PATH=${INSTALL_PREFIX}/bin:$PATH
- export TESTLUA=$(which luajit lua | head -n 1)
- ${TESTLUA} -lnngraph -e "print('nngraph loaded succesfully')"
- ${INSTALL_PREFIX}/bin/luarocks install totem