2
0
mirror of https://github.com/soheilhy/cmux.git synced 2024-09-19 18:45:48 +08:00
cmux/.travis.yml
Tamir Duberstein 6c298ce7b1 Simplify formatting in patricia.go
`gofmt -s -w .`
2016-02-21 10:41:14 -05:00

13 lines
157 B
YAML

language: go
go:
- 1.3
- 1.4
before_install:
- go get -u github.com/golang/lint/golint
before_script:
- '! gofmt -s -l . | read'
- golint ./...