Skip to content

Commit 9a57d21

Browse files
Merge pull request #28 from crosbymichael/travis
Update travis file for 1.10
2 parents 9290d21 + 058dd74 commit 9a57d21

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: go
22
go:
3-
- 1.9.3
4-
- 1.9.4
5-
- tip
3+
- "1.10.x"
64

75
go_import_path: github.com/containerd/console
86

@@ -19,8 +17,3 @@ script:
1917
- GOOS=solaris go build
2018
- GOOS=solaris go test -c
2119
- GOOS=windows go test
22-
23-
matrix:
24-
allow_failures:
25-
- go: 1.9.4
26-

0 commit comments

Comments
 (0)