Skip to content

Commit 72b8be6

Browse files
committed
Improve TravisCI config
1 parent 13425c5 commit 72b8be6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: go
22

33
go:
4-
- 1.11.x
54
- 1.12.x
65
- 1.13.x
6+
- 1.14.x
77
- tip
88

99
os:
@@ -19,7 +19,7 @@ branches:
1919

2020
env:
2121
global:
22-
- IMAGE=essentialkaos/perfecto:centos7
22+
- IMAGE=essentialkaos/perfecto:centos7 HADOLINT_VERSION=1.17.5
2323

2424
matrix:
2525
fast_finish: true
@@ -29,7 +29,7 @@ matrix:
2929
before_install:
3030
- docker pull "$IMAGE"
3131
- wget https://kaos.sh/perfecto/perfecto-docker
32-
- wget -O hadolint https://github.com/hadolint/hadolint/releases/download/v1.17.4/hadolint-Linux-x86_64
32+
- wget -O hadolint https://github.com/hadolint/hadolint/releases/download/v${HADOLINT_VERSION}/hadolint-Linux-x86_64
3333
- chmod +x perfecto-docker
3434
- chmod +x hadolint
3535
- ./hadolint --version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Before the initial install allows git to use redirects for [pkg.re](https://gith
2929
git config --global http.https://pkg.re.followRedirects true
3030
```
3131

32-
To build the SSLScan Client from scratch, make sure you have a working Go 1.11+ workspace ([instructions](https://golang.org/doc/install)), then:
32+
To build the SSLScan Client from scratch, make sure you have a working Go 1.12+ workspace ([instructions](https://golang.org/doc/install)), then:
3333

3434
```
3535
go get github.com/essentialkaos/sslcli

0 commit comments

Comments
 (0)