Pārlūkot izejas kodu

Change the comment text

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev 6 gadi atpakaļ
vecāks
revīzija
7c298255de
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -65,7 +65,7 @@ script:
   - golint -set_exit_status $(go list ./... | grep -v /vendor/)
   - flake8
   - go test -coverpkg=all -v -coverprofile=coverage.txt -covermode=count gopkg.in/src-d/hercules.v9/... && sed -i '/cmd\/hercules\|core.go/d' coverage.txt
-  - go test -race gopkg.in/src-d/hercules.v9/... # run race test separately to preserve -covermode=count
+  - go test -race gopkg.in/src-d/hercules.v9/...  # run race checks separately because some tests take more than 10 min with -covermode=atomic
   - $GOPATH/bin/hercules version
   - $GOPATH/bin/hercules --burndown --couples --devs --quiet --pb https://github.com/src-d/hercules > 1.pb
   - cp 1.pb 2.pb