Skip to content

Commit fd7f20f

Browse files
committed
Merge pull request #1024 from mgreter/test/travis-osx-support
Enable Travis OS X Support
2 parents 798fd0e + c9b8ee5 commit fd7f20f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: cpp
22

33
os:
44
- linux
5-
# - osx
5+
- osx
66

77
compiler:
88
- gcc
@@ -31,6 +31,8 @@ matrix:
3131
exclude:
3232
- compiler: clang
3333
env: AUTOTOOLS=yes COVERAGE=yes BUILD=static
34+
- os: osx
35+
compiler: gcc
3436

3537
script: ./script/ci-build-libsass
3638
before_install: ./script/ci-install-deps

0 commit comments

Comments
 (0)