Skip to content

Commit b0dc80e

Browse files
committed
Travis-CI: Use golang env instead of generic
1 parent a2f64c9 commit b0dc80e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
language: generic
1+
language: go
2+
3+
go:
4+
- 1.x
25

36
os:
47
- linux
@@ -10,9 +13,6 @@ addons:
1013
apt:
1114
packages:
1215
- qemu
13-
snaps:
14-
- name: go
15-
confinement: classic
1616

1717
services:
1818
- docker

0 commit comments

Comments
 (0)