diff --git a/.travis.yml b/.travis.yml index f87984c9..809f0501 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_install: - tar xf shellcheck-v${SHELLCHECK_VERSION}.linux.x86_64.tar.xz - mv shellcheck-v${SHELLCHECK_VERSION} shellcheck-latest - chmod +x hadolint - - ./shellcheck-stable/shellcheck --version + - ./shellcheck-latest/shellcheck --version - ./hadolint --version - make deps deps-test - go get -v github.com/mattn/goveralls @@ -38,9 +38,9 @@ script: - go test -covermode=count ./parser ./recipe -coverprofile=coverage.out - goveralls -service travis-ci -repotoken $COVERALLS_TOKEN -coverprofile coverage.out - codeclimate-test-reporter < coverage.out - - bash -c 'shopt -s globstar; ./shellcheck-stable/shellcheck bibop-docker' - - bash -c 'shopt -s globstar; ./shellcheck-stable/shellcheck bibop-entrypoint' - - bash -c 'shopt -s globstar; ./shellcheck-stable/shellcheck bibop-massive' - - bash -c 'shopt -s globstar; ./shellcheck-stable/shellcheck bibop-multi-check' + - bash -c 'shopt -s globstar; ./shellcheck-latest/shellcheck bibop-docker' + - bash -c 'shopt -s globstar; ./shellcheck-latest/shellcheck bibop-entrypoint' + - bash -c 'shopt -s globstar; ./shellcheck-latest/shellcheck bibop-massive' + - bash -c 'shopt -s globstar; ./shellcheck-latest/shellcheck bibop-multi-check' - ./hadolint centos6.docker - ./hadolint centos7.docker