Skip to content

Commit

Permalink
Improve TravisCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed May 8, 2020
1 parent cc20e7d commit e5dda15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit e5dda15

Please sign in to comment.