diff options
author | Aman Gupta <aman@tmm1.net> | 2015-09-29 15:51:43 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-09-29 15:51:43 -0700 |
commit | 7f619c75e62cd615b0c4789d3e211718024e6eb8 (patch) | |
tree | 4458076b704c632f0a8503dadcff3755d59ab89b | |
parent | dd1e0bd8366d96a8d7b800b5528880d0fe505489 (diff) | |
download | Nim-7f619c75e62cd615b0c4789d3e211718024e6eb8.tar.gz |
build on macosx too
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8001b4355..061dd8188 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ sudo: false language: c -os: linux +os: + - linux + - osx script: - git clone --depth 1 https://github.com/nim-lang/csources.git - cd csources |