Skip to content

Commit 6d3fd1d

Browse files
committed
An attempt to fix Travis CI builds and add modern Go targets
1 parent 056907f commit 6d3fd1d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
language: go
2+
go_import_path: github.com/sourcegraph/syntaxhighlight
23
go:
3-
- 1.4
4+
- 1.4.x
5+
- 1.6.x
6+
- 1.7.x
7+
- 1.8.x
8+
- tip
49
install:
5-
- go get golang.org/x/tools/cmd/vet
610
- go get -t -v ./...
711
script:
812
- diff -u <(echo -n) <(gofmt -d ./)

0 commit comments

Comments
 (0)