Browse Source
test - check full make test output
Change-Id: Ic04f2229c2787351792d18e3e644a8a6ad58f9ea
fix-curl-behind-proxy2-get-full-make-test
Petr Michalec
6 years ago
No account linked to committer's email address
1 changed files with
2 additions and
2 deletions
-
.travis.yml
|
|
|
|
|
|
|
|
gem 'kitchen-docker' |
|
|
gem 'kitchen-docker' |
|
|
gem 'kitchen-inspec' |
|
|
gem 'kitchen-inspec' |
|
|
gem 'inspec' |
|
|
gem 'inspec' |
|
|
gem 'kitchen-salt', :git => 'https://github.com/salt-formulas/kitchen-salt.git' |
|
|
|
|
|
|
|
|
gem 'kitchen-salt' #, :git => 'https://github.com/salt-formulas/kitchen-salt.git' |
|
|
- bundle install |
|
|
- bundle install |
|
|
|
|
|
|
|
|
env: |
|
|
env: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
before_script: |
|
|
before_script: |
|
|
- set -o pipefail |
|
|
- set -o pipefail |
|
|
- make test | tail |
|
|
|
|
|
|
|
|
- make test > /dev/null || make test |
|
|
|
|
|
|
|
|
script: |
|
|
script: |
|
|
- test ! -e .kitchen.yml || bundle exec kitchen converge ${SUITE} || true |
|
|
- test ! -e .kitchen.yml || bundle exec kitchen converge ${SUITE} || true |