Skip to content

Commit 627e5c8

Browse files
author
Miguel Molina
authored
enable fast finish in travis, remove Go 1.7
1 parent 9d4196a commit 627e5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: go
22

33
go:
4-
- 1.7
54
- 1.8
65
- tip
76

87
matrix:
98
allow_failures:
109
- go: tip
10+
fast_finish: true
1111

1212
addons:
1313
postgresql: "9.4"

0 commit comments

Comments
 (0)