mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
79d2a1e38a
They've been red for weeks and nobody has addressed it so I'm removing them. Signed-off-by: Ryan Davis <zenspider@chef.io>
41 lines
707 B
YAML
41 lines
707 B
YAML
branches:
|
|
only:
|
|
- master
|
|
- /.*-stable/
|
|
- /cw.*/
|
|
- /mj.*/
|
|
- /zenspider.*/
|
|
language: ruby
|
|
cache:
|
|
bundler: true
|
|
directories:
|
|
- /home/travis/.rvm
|
|
dist: xenial
|
|
os:
|
|
- linux
|
|
- osx
|
|
services:
|
|
- docker
|
|
bundler_args: "--without tools maintenance deploy"
|
|
before_install:
|
|
- "gem update --system '3.0'"
|
|
- gem --version
|
|
- bundle --version
|
|
- umask 0022
|
|
env:
|
|
- SLOW=1 NO_AWS=1
|
|
- CI_ENABLE_COVERAGE=true SLOW=1
|
|
script: bundle exec rake $SUITE
|
|
matrix:
|
|
fast_finish: true
|
|
exclude:
|
|
- os: osx
|
|
env: CI_ENABLE_COVERAGE=true SLOW=1
|
|
- os: linux
|
|
env: SLOW=1 NO_AWS=1
|
|
include:
|
|
- rvm: 2.6.3
|
|
- rvm: 2.5.5
|
|
- rvm: 2.4.5
|
|
allow_failures:
|
|
- env: CI_ENABLE_COVERAGE=true SLOW=1
|