inspec/.travis.yml
Ryan Davis 79d2a1e38a Removed integration tests.
They've been red for weeks and nobody has addressed it so I'm removing
them.

Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-07-16 10:24:43 -07:00

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