From 7f619c75e62cd615b0c4789d3e211718024e6eb8 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Tue, 29 Sep 2015 15:51:43 -0700 Subject: [PATCH] build on macosx too --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8001b43554..061dd8188d 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