Просмотр исходного кода

test - check full make test output

Change-Id: Ic04f2229c2787351792d18e3e644a8a6ad58f9ea
fix-curl-behind-proxy2-get-full-make-test
Petr Michalec 6 лет назад
Родитель
Сommit
07930834da
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml Просмотреть файл

@@ -18,7 +18,7 @@ install:
gem 'kitchen-docker'
gem 'kitchen-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

env:
@@ -35,7 +35,7 @@ env:

before_script:
- set -o pipefail
- make test | tail
- make test > /dev/null || make test

script:
- test ! -e .kitchen.yml || bundle exec kitchen converge ${SUITE} || true

Загрузка…
Отмена
Сохранить