Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Actually fix coveralls failures
Browse files Browse the repository at this point in the history
Also reverts ab03dc0
  • Loading branch information
xzyfer committed Nov 19, 2018
1 parent d225a09 commit d09d09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ matrix:
- g++-5
- os: linux
compiler: clang++-3.7
env: AUTOTOOLS=no COVERAGE=yes BUILD=static
env: AUTOTOOLS=no COVERAGE=no BUILD=static
addons:
apt:
sources:
Expand All @@ -51,7 +51,7 @@ matrix:
env: AUTOTOOLS=no COVERAGE=yes BUILD=static
- os: osx
compiler: clang
env: AUTOTOOLS=no COVERAGE=no BUILD=shared
env: AUTOTOOLS=yes COVERAGE=no BUILD=shared

script:
- ./script/ci-build-libsass
Expand Down

0 comments on commit d09d09d

Please sign in to comment.