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

github.com/torch/sundown-ffi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoumith <soumith@fb.com>2016-07-13 21:58:29 +0300
committersoumith <soumith@fb.com>2016-07-13 21:58:29 +0300
commitc16dc2e470b869457edad687cbc3acec5198d83d (patch)
tree5a5343293c9924e5a000df7a3e77c867b11b4743
parent98500df80b63d1a959f925fddda951611ab4d2be (diff)
fix build
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9a2f8b8..45dcdd9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,7 @@ before_script:
- export LD_LIBRARY_PATH=${INSTALL_PREFIX}/lib:$LD_LIBRARY_PATH
script:
- ${INSTALL_PREFIX}/bin/luarocks install luaffi
+- ${INSTALL_PREFIX}/bin/luarocks install luabitop
- ${INSTALL_PREFIX}/bin/luarocks make rocks/sundown-scm-1.rockspec
- export PATH=${INSTALL_PREFIX}/bin:$PATH
- export TESTLUA=$(which luajit lua | head -n 1)