Skip to content

Commit dee506f

Browse files
committed
Add Go 1.11 to Travis test matrix
1 parent 6644020 commit dee506f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: go
22

33
go:
4-
- '1.6'
5-
- '1.7'
6-
- '1.8'
7-
- '1.9'
8-
- '1.10'
4+
- "1.6"
5+
- "1.7"
6+
- "1.8"
7+
- "1.9"
8+
- "1.10"
9+
- "1.11"
910

1011
sudo: false

0 commit comments

Comments
 (0)