diff options
author | Oscar Lim <olim@ucla.edu> | 2016-05-07 13:42:19 -0700 |
---|---|---|
committer | Oscar Lim <olim@ucla.edu> | 2016-05-08 16:01:40 -0700 |
commit | 040d7066649ddfcb72424b1cb70d6ad00ea84a21 (patch) | |
tree | a7c8bf317badcb8d6a7839afa8e170c17f046070 | |
parent | 61067b665311b5ae6efc56e4df90e5b348a73814 (diff) | |
download | luasystem-040d7066649ddfcb72424b1cb70d6ad00ea84a21.zip |
Add osx to travis
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 129680d..e6bfa23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,11 @@ language: c +sudo: false + +os: + - linux + - osx + env: global: - LUAROCKS=2.3.0 |