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

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2014-05-05 18:12:23 +0400
committerSoumith Chintala <soumith@gmail.com>2014-05-05 18:12:23 +0400
commit39944fd76b8aa0d788fcd0a6be3f89575cf9922f (patch)
tree73863c42405870288019b5b1cc8fb6b39d4e002f /.travis.yml
parent8e29f7f3373ad04284b78438cd8424866fa2a8c9 (diff)
calling torch.test() in travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 252d3c5..1550df1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,4 +2,6 @@ language: c
compiler:
- gcc
- clang
-script: curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-all | bash
+before_script: curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash
+script: curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-luajit+torch | bash
+after_script: luajit -ltorch -e "torch.test()"