Browse Source

test - check full make test output

Change-Id: Ic04f2229c2787351792d18e3e644a8a6ad58f9ea
fix-curl-behind-proxy2-get-full-make-test
Petr Michalec 6 years ago
parent
commit
07930834da
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml View File

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

Loading…
Cancel
Save