Skip to content

Commit c0e4ee3

Browse files
committed
.travis.yml: test Go 1.9 and 1.10 too
1 parent 140d14b commit c0e4ee3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ os:
55
- osx
66
go_import_path: github.com/aws/amazon-ecs-cli
77
go:
8-
- 1.8
8+
- 1.8.x
9+
- 1.9.x
10+
- 1.10.x
911
script:
1012
- make test
1113
- make

0 commit comments

Comments
 (0)