mirror of
https://github.com/inspec/inspec
synced 2024-11-11 07:34:15 +00:00
Merge pull request #904 from chef/chris-rock/temporary-disable-travis-tests
move test suites to allowed failures until travis is fixed
This commit is contained in:
commit
9138c7d04e
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ matrix:
|
|||
bundler_args: "--without guard tools"
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE=test:integration OS='default-fedora-24' DOCKER=true
|
||||
allow_failures:
|
||||
- env: SUITE="lint test test:resources config=test/test.yaml" N=2
|
||||
- env: SUITE="test:functional test:resources config=test/test-extra.yaml" N=2
|
||||
|
||||
deploy:
|
||||
provider: rubygems
|
||||
|
|
Loading…
Reference in a new issue