Skip to content

Commit e66225f

Browse files
authored
Update .travis.yml
1 parent 1c742c7 commit e66225f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@ language: go
77
go:
88
- "1.11.x"
99

10-
install:
11-
#for lint
12-
- go get github.com/alecthomas/gometalinter;gometalinter --install --update
13-
1410
script:
1511
#test
1612
- go test ./... -test.bench=".*" -test.benchtime 100ms -v -coverprofile c.out
1713
#lint
18-
- gometalinter --disable-all --enable=vet --enable=gofmt ./...
1914
- gofmt -s -l .
2015

2116
before_script:
@@ -28,4 +23,4 @@ after_script:
2823
#for go report card
2924
- curl -d "repo=github.com/shady831213/algorithms" https://goreportcard.com/checks
3025
#for codeClimate coverage
31-
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
26+
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 commit comments

Comments
 (0)