You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+17-9Lines changed: 17 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,16 @@ services:
7
7
language: go
8
8
9
9
go:
10
-
- "1.11.x"
10
+
- "1.12.x"
11
+
os:
12
+
- "linux"
13
+
# TODO ppc64le is currently timing out on travis; see https://github.com/containerd/containerd/pull/2896
0 commit comments