Skip to content

Commit 5e5e951

Browse files
authored
Merge pull request hoisie#198 from hoisie/travis-tweaks
Travis tweaks
2 parents ffb574b + 3c7dcfd commit 5e5e951

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.travis.gofmt.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

.travis.yml

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

3+
go:
4+
- 1.3
5+
- 1.4
6+
- 1.5
7+
- 1.6
8+
39
install: go get
410

511
script:
6-
- ./.travis.gofmt.sh
12+
- diff -u <(echo -n) <(gofmt -d -s .)
713
- go test -short

0 commit comments

Comments
 (0)