fix: travis 2

This commit is contained in:
matcornic 2017-03-28 18:57:33 +02:00
parent f8d1b8d10e
commit 4afb1d91c6
2 changed files with 5 additions and 4 deletions

View File

@ -7,7 +7,8 @@ go:
- master - master
install: install:
- go get - go get ./...
- go get -t ./...
- go get -u github.com/alecthomas/gometalinter - go get -u github.com/alecthomas/gometalinter
- gometalinter -u -i -f - gometalinter -u -i -f

View File

@ -21,9 +21,9 @@ func main() {
} }
examples := []example{ examples := []example{
new(Welcome), new(welcome),
new(Reset), new(reset),
new(Receipt), new(receipt),
} }
for _, e := range examples { for _, e := range examples {