Skip to content

Commit

Permalink
Add OS X to travis builds (torch#668)
Browse files Browse the repository at this point in the history
* added osx to travis
  • Loading branch information
szagoruyko authored and soumith committed May 6, 2016
1 parent 8ae0a21 commit 70da906
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 70da906

Please sign in to comment.