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

github.com/torch/xlua.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2015-12-12 20:19:38 +0300
committerSoumith Chintala <soumith@gmail.com>2015-12-12 20:19:38 +0300
commit3c1d3c9aaa4f7c0c2ad84ae54a154eee596019c0 (patch)
tree01709e50177e554934e52d5382fe8af404d28f51
parenta5a0cf0b4f961b1faf5257627045af1d9d7506eb (diff)
Update .travis.yml
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e149fb7..313b3fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,5 +46,5 @@ before_script:
- cd $ROOT_TRAVIS_DIR
- export LD_LIBRARY_PATH=${INSTALL_PREFIX}/lib:$LD_LIBRARY_PATH
script:
-- ${INSTALL_PREFIX}/bin/luarocks make
+- ${INSTALL_PREFIX}/bin/luarocks make xlua-1.1-0.rockspec
- ${INSTALL_PREFIX}/bin/luajit -lxlua -e "print('xlua loaded succesfully')"