mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
restructure test suites in travis
This commit is contained in:
parent
622de28f0f
commit
02158fbfe4
1 changed files with 7 additions and 4 deletions
11
.travis.yml
11
.travis.yml
|
@ -18,10 +18,13 @@ matrix:
|
|||
- rvm: 2.0
|
||||
- rvm: 2.2
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE="lint test test:resources config=test/test.yaml" N=2
|
||||
env: SUITE="lint test test:functional"
|
||||
- rvm: 2.2
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE="test:functional test:resources config=test/test-extra.yaml" N=2
|
||||
env: SUITE="test:resources config=test/test.yaml" N=2
|
||||
- rvm: 2.2
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE="test:resources config=test/test-extra.yaml" N=2
|
||||
- rvm: 2.2
|
||||
bundler_args: "--without guard tools"
|
||||
script: bundle exec rake $SUITE
|
||||
|
@ -51,8 +54,8 @@ matrix:
|
|||
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
|
||||
- env: SUITE="test:resources config=test/test.yaml" N=2
|
||||
- env: SUITE="test:resources config=test/test-extra.yaml" N=2
|
||||
|
||||
deploy:
|
||||
provider: rubygems
|
||||
|
|
Loading…
Reference in a new issue