diff options
author | Aman Gupta <aman@tmm1.net> | 2015-09-29 16:20:51 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-09-29 16:20:51 -0700 |
commit | a90241b8c455f176f24e5866d20afea156ba92fc (patch) | |
tree | 0026c02c82d798fea74f3e2f7a89b10ea70084d8 | |
parent | 7f619c75e62cd615b0c4789d3e211718024e6eb8 (diff) | |
download | Nim-a90241b8c455f176f24e5866d20afea156ba92fc.tar.gz |
remove mac builds for now
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 061dd8188..27daab34b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ sudo: false language: c os: - linux - - osx script: - git clone --depth 1 https://github.com/nim-lang/csources.git - cd csources |