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 Chintala <soumith@gmail.com>2016-02-04 00:23:04 +0300
committerSoumith Chintala <soumith@gmail.com>2016-02-04 00:23:04 +0300
commit7539726a1706afd23f0a072642b14af4fc01edf6 (patch)
tree869caa90e7c213402b1f9768920ef30587c908b1
parent743faf433ff69086f88b70ac98fcb0d9297b4cb1 (diff)
travis fix
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2926cb6..9a2f8b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,4 +36,4 @@ script:
- ${INSTALL_PREFIX}/bin/luarocks make rocks/sundown-scm-1.rockspec
- export PATH=${INSTALL_PREFIX}/bin:$PATH
- export TESTLUA=$(which luajit lua | head -n 1)
-- ${TESTLUA} -lsundown
+- ${TESTLUA} -lsundown -e "print('passed')"