aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authoralexandreFre <51956137+alexandreFre@users.noreply.github.com>2019-07-05 17:41:44 +0200
committerGitHub <noreply@github.com>2019-07-05 17:41:44 +0200
commit5b5f8460537ecb489a9f544727513fc9b2d7d532 (patch)
tree03131ea620b54433f2b70fc33bb45fcf2676ed98 /.travis.yml
parent8806bd74ef1d8ca63af0b764e46990cbee8ce546 (diff)
parent51fc704d8156822db143291d55f0e22bb2d5484c (diff)
downloadterraform-provider-mailgun-5b5f8460537ecb489a9f544727513fc9b2d7d532.tar.gz
terraform-provider-mailgun-5b5f8460537ecb489a9f544727513fc9b2d7d532.tar.zst
terraform-provider-mailgun-5b5f8460537ecb489a9f544727513fc9b2d7d532.zip
Merge pull request #11 from alexandreFre/ci_shellcheck
ci : add shellcheck
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 82f7e25..a20fc58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ script:
18- make test 18- make test
19- make vet 19- make vet
20- make website-test 20- make website-test
21- make shellcheck
21 22
22matrix: 23matrix:
23 fast_finish: true 24 fast_finish: true
@@ -26,7 +27,6 @@ matrix:
26 27
27cache: 28cache:
28 directories: 29 directories:
29 - $GOPATH/src
30 - $HOME/.cache/go-build 30 - $HOME/.cache/go-build
31 - $HOME/gopath/pkg/mod 31 - $HOME/gopath/pkg/mod
32 32