Sha256: be5ab04f1783e883a0e90d0c4cdb43705fbb9eebd2535b781a43db1fbee971eb

Contents?: true

Size: 1.01 KB

Versions: 16

Compression:

Stored size: 1.01 KB

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

16 entries across 16 versions & 2 rubygems

Version Path
gulp_assets-1.0.0.pre.5 template/node_modules/gulp-sass/node_modules/node-sass/src/libsass/.travis.yml
gulp_assets-1.0.0.pre.4 template/node_modules/gulp-sass/node_modules/node-sass/src/libsass/.travis.yml
gulp_assets-1.0.0.pre.3 template/node_modules/gulp-sass/node_modules/node-sass/src/libsass/.travis.yml
sassc-1.7.1 ext/libsass/.travis.yml
sassc-1.7.0 ext/libsass/.travis.yml
sassc-1.6.0 ext/libsass/.travis.yml
sassc-1.5.1 ext/libsass/.travis.yml
sassc-1.5.0 ext/libsass/.travis.yml
sassc-1.4.0 ext/libsass/.travis.yml
sassc-1.3.0 ext/libsass/.travis.yml
sassc-1.2.0 ext/libsass/.travis.yml
sassc-1.1.2 ext/libsass/.travis.yml
sassc-1.1.1 ext/libsass/.travis.yml
sassc-1.1.0 ext/libsass/.travis.yml
sassc-1.0.0 ext/libsass/.travis.yml
sassc-0.0.11 ext/libsass/.travis.yml