Explorar el Código

Remove unnecessary repo token variable

Darien Raymond hace 9 años
padre
commit
49b383362a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      testing/coverage/coverall

+ 1 - 1
testing/coverage/coverall

@@ -32,7 +32,7 @@ echo "mode: set" | cat - coverallsorted.out > coverall.out
 rm coverallsorted.out
 
 if [ "$FAIL" -eq 0 ]; then
-  $HOME/gopath/bin/goveralls -v -coverprofile=coverall.out -service=travis-ci -repotoken $COVERALLS_TOKEN
+  $HOME/gopath/bin/goveralls -v -coverprofile=coverall.out -service=travis-ci
 fi
 
 rm -f coverall.out