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:
authorSergey Zagoruyko <zagoruyko2@gmail.com>2016-05-06 18:00:54 +0300
committerSoumith Chintala <soumith@gmail.com>2016-05-06 18:00:54 +0300
commit70da906c3450a9b5fd7027d677cd1cb470e11b4e (patch)
treea5bd3265b9e424eb05ff5e688556016ba0a517b9 /.travis.yml
parent8ae0a217f945606be817b22c6dd848ae9bb230d5 (diff)
Add OS X to travis builds (#668)
* added osx to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 46e731e..c28b4d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,13 @@ env:
- TORCH_LUA_VERSION=LUAJIT21
- TORCH_LUA_VERSION=LUA51
- TORCH_LUA_VERSION=LUA52
+os:
+ - linux
+matrix:
+ include:
+ - os: osx
+ env: TORCH_LUA_VERSION=LUAJIT21
+ compiler: clang
addons:
apt:
packages: