Sha256: 9a865d68cc1a5a4570f114c86e04f6f7ac32bf92fe246b1fa36b4074b8c033eb

Contents?: true

Size: 937 Bytes

Versions: 9

Compression:

Stored size: 937 Bytes

Contents

language: cpp

os:
  - linux
  # - osx

compiler:
  - gcc
  - clang

# don't create redundant code coverage reports
# - AUTOTOOLS=yes COVERAGE=yes BUILD=static
# - AUTOTOOLS=no COVERAGE=yes BUILD=shared
# - AUTOTOOLS=no COVERAGE=no BUILD=static

# further speed up day by day travis-ci builds
# re-enable this if you change the makefiles
# this will still catch all coding errors!
# - AUTOTOOLS=no COVERAGE=no BUILD=shared
# - AUTOTOOLS=yes COVERAGE=no BUILD=static

env:
  - AUTOTOOLS=no COVERAGE=yes BUILD=static
  - AUTOTOOLS=yes COVERAGE=no BUILD=shared

# currenty there are various issues when
# built with coverage, clang and autotools
# - AUTOTOOLS=yes COVERAGE=yes BUILD=shared

matrix:
  exclude:
    - compiler: clang
      env: AUTOTOOLS=yes COVERAGE=yes BUILD=static

script: ./script/ci-build-libsass
before_install: ./script/ci-install-deps
install: ./script/ci-install-compiler
after_success: ./script/ci-report-coverage

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sassc-0.0.10 ext/libsass/.travis.yml
sassc-0.0.9 ext/libsass/.travis.yml
sassc-0.0.8 ext/libsass/.travis.yml
sassc-0.0.7 ext/libsass/.travis.yml
sassc-0.0.6 ext/libsass/.travis.yml
sassc-0.0.5 ext/libsass/.travis.yml
sassc-0.0.4 ext/libsass/.travis.yml
sassc-0.0.2 ext/libsass/.travis.yml
sassc-0.0.1 ext/libsass/.travis.yml