aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2014-11-18 00:21:19 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2014-11-18 00:21:19 +0800
commit559a81da6fe97051260aa43db96d41fc9fe3545b (patch)
treee90be1b685a80e14d71e14dd7e54d0b2037b95b8 /.travis.yml
parent9095b37343c5149c84433841599ca13327219422 (diff)
downloadgo-tangerine-559a81da6fe97051260aa43db96d41fc9fe3545b.tar
go-tangerine-559a81da6fe97051260aa43db96d41fc9fe3545b.tar.gz
go-tangerine-559a81da6fe97051260aa43db96d41fc9fe3545b.tar.bz2
go-tangerine-559a81da6fe97051260aa43db96d41fc9fe3545b.tar.lz
go-tangerine-559a81da6fe97051260aa43db96d41fc9fe3545b.tar.xz
go-tangerine-559a81da6fe97051260aa43db96d41fc9fe3545b.tar.zst
go-tangerine-559a81da6fe97051260aa43db96d41fc9fe3545b.zip
enable golint
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 249c4fc09..719df16e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ install:
before_script:
- gofmt -l -w .
- goimports -l -w .
- # - golint .
+ - golint .
# - go vet ./...
# - go test -race ./...
script: