We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c742c7 commit e66225fCopy full SHA for e66225f
.travis.yml
@@ -7,15 +7,10 @@ language: go
7
go:
8
- "1.11.x"
9
10
-install:
11
-#for lint
12
- - go get github.com/alecthomas/gometalinter;gometalinter --install --update
13
-
14
script:
15
#test
16
- go test ./... -test.bench=".*" -test.benchtime 100ms -v -coverprofile c.out
17
#lint
18
- - gometalinter --disable-all --enable=vet --enable=gofmt ./...
19
- gofmt -s -l .
20
21
before_script:
@@ -28,4 +23,4 @@ after_script:
28
23
#for go report card
29
24
- curl -d "repo=github.com/shady831213/algorithms" https://goreportcard.com/checks
30
25
#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