From c9b8ee55a6e29480c345214ba6745f36b81b911e Mon Sep 17 00:00:00 2001 From: Marcel Greter Date: Wed, 1 Apr 2015 20:53:15 +0200 Subject: [PATCH] Enable Travis-CI OS-X support --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 695b1f3c2d..3b1ee86f0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: cpp os: - linux - # - osx + - osx compiler: - gcc @@ -31,6 +31,8 @@ matrix: exclude: - compiler: clang env: AUTOTOOLS=yes COVERAGE=yes BUILD=static + - os: osx + compiler: gcc script: ./script/ci-build-libsass before_install: ./script/ci-install-deps