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

github.com/torch/nn.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:17:25 +0400
committerSoumith Chintala <soumith@gmail.com>2014-05-05 18:17:25 +0400
commitb77d770c02f478b26c9d6cde11a0872a4668e36b (patch)
tree82a6ab193852c489562221059bc9f2481382d772 /.travis.yml
parent5c53b146d6dc53019a22ed7ca8f887c9acdc7d13 (diff)
using install-all install of the split scripts
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 1a388fa..e435f34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,5 @@ language: c
compiler:
- gcc
- clang
-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 -lnn -e "nn.test()" \ No newline at end of file
+script: curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-all | bash
+after_script: luajit -lnn -e "nn.test()"