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 22:09:53 +0300
committersoumith <soumith@fb.com>2016-07-13 22:09:53 +0300
commit8353f5a53c94f15b88d89770512247e915534517 (patch)
treea925f90eb1aafd112d43e72d8973a798e33b5119
parentc16dc2e470b869457edad687cbc3acec5198d83d (diff)
fix build
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 45dcdd9..799b490 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +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 install luabitop || true
- ${INSTALL_PREFIX}/bin/luarocks make rocks/sundown-scm-1.rockspec
- export PATH=${INSTALL_PREFIX}/bin:$PATH
- export TESTLUA=$(which luajit lua | head -n 1)