Sha256: 57743ea732944b02ffcf1e4426f82b096f01df9717b70bf8e7290ce2d15c0ba6

Contents?: true

Size: 1.07 KB

Versions: 8

Compression:

Stored size: 1.07 KB

Contents

language: cpp
sudo: false

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=yes COVERAGE=no BUILD=static

env:
  - AUTOTOOLS=no COVERAGE=no BUILD=shared
  - 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
    - os: linux
      env: AUTOTOOLS=no COVERAGE=no BUILD=shared
    - os: osx
      compiler: gcc
    - os: osx
      env: AUTOTOOLS=no 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

8 entries across 8 versions & 2 rubygems

Version Path
sassc-1.11.4 ext/libsass/.travis.yml
sassc-1.11.3 ext/libsass/.travis.yml
sassc-1.11.2 ext/libsass/.travis.yml
sassc-1.11.1 ext/libsass/.travis.yml
sassc-1.11.0 ext/libsass/.travis.yml
sassc-1.10.1 ext/libsass/.travis.yml
sassc-1.10.0 ext/libsass/.travis.yml
blackboard-3.1.9 lib/site_template/node_modules/node-sass/src/libsass/.travis.yml