Skip to content

Commit 6da49c5

Browse files
committed
Use ubuntu 18.04 LTS, Bionic for travis
It is easy to install to podman to latest release of ubuntu then using an older release.
1 parent 5c27ce4 commit 6da49c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
dist: bionic
2+
13
language: go
24

35
go:
@@ -10,4 +12,3 @@ script:
1012
- make cross
1113
- make test
1214
- alias podman=docker
13-
- make BUNDLE_DIR=/tmp MOCK_BUNDLE=true release

0 commit comments

Comments
 (0)