Skip to content

Commit d09d09d

Browse files
authored
Actually fix coveralls failures
Also reverts ab03dc0
1 parent d225a09 commit d09d09d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ matrix:
3232
- g++-5
3333
- os: linux
3434
compiler: clang++-3.7
35-
env: AUTOTOOLS=no COVERAGE=yes BUILD=static
35+
env: AUTOTOOLS=no COVERAGE=no BUILD=static
3636
addons:
3737
apt:
3838
sources:
@@ -51,7 +51,7 @@ matrix:
5151
env: AUTOTOOLS=no COVERAGE=yes BUILD=static
5252
- os: osx
5353
compiler: clang
54-
env: AUTOTOOLS=no COVERAGE=no BUILD=shared
54+
env: AUTOTOOLS=yes COVERAGE=no BUILD=shared
5555

5656
script:
5757
- ./script/ci-build-libsass

0 commit comments

Comments
 (0)