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
install:
- go get
- go get ./...
- go get -t ./...
- go get -u github.com/alecthomas/gometalinter
- gometalinter -u -i -f

View File

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