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>2015-11-12 18:52:20 +0300
committerSoumith Chintala <soumith@gmail.com>2015-11-12 18:52:20 +0300
commita714555591abef6c824bb23301a309f52c774367 (patch)
tree861723ad197bf2d41c22c470f79ca68eabade349 /.travis.yml
parentf3cc0d1ea6de49944b84d3888bcfbc94d8368dbe (diff)
adding writeObject tests to contbuild
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2fff14b..5ec2b71 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,3 +54,5 @@ script:
- export PATH=${INSTALL_PREFIX}/bin:$PATH
- export TESTLUA=$(which luajit lua | head -n 1)
- ${TESTLUA} -ltorch -e "t=torch.test(); if t.errors[1] then os.exit(1) end"
+- cd test
+- ${TESTLUA} test_writeObject.lua