Преглед изворни кода

allow successful TravisCI runs in forks (#639)

Most forks won't be in goveralls and so this command in travis.yml was,
previously, failing and causing the build to fail.

Now, it doesn't!
Jeff Hodges пре 8 година
родитељ
комит
fade210097
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -90,4 +90,5 @@ script:
   - go test -v -covermode=count -coverprofile=coverage.out
   - go vet ./...
   - test -z "$(gofmt -d -s . | tee /dev/stderr)"
+after_script:
   - $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci