do not lint examples on travis

Этот коммит содержится в:
gedi 2015-07-02 23:05:01 +03:00
родитель 3ec64f42c9
коммит 42158ff04b

Просмотреть файл

@ -25,5 +25,5 @@ script:
# code correctness
- sh -c 'RES="$(go fmt ./...)"; if [ ! -z "$RES" ]; then echo $RES; exit 1; fi'
- sh -c 'RES="$(golint ./...)"; if [ ! -z "$RES" ]; then echo $RES; exit 1; fi'
- sh -c 'RES="$(golint .)"; if [ ! -z "$RES" ]; then echo $RES; exit 1; fi'
- go vet ./...