Skip to content

Commit

Permalink
Merge pull request sass#1024 from mgreter/test/travis-osx-support
Browse files Browse the repository at this point in the history
Enable Travis OS X Support
  • Loading branch information
mgreter committed Apr 1, 2015
2 parents 798fd0e + c9b8ee5 commit fd7f20f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: cpp

os:
- linux
# - osx
- osx

compiler:
- gcc
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fd7f20f

Please sign in to comment.