We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f45d1 commit 9852c29Copy full SHA for 9852c29
.travis.yml
@@ -20,4 +20,4 @@ after_success:
20
- bash <(curl -s https://codecov.io/bash)
21
notifications:
22
webhooks: https://www.travisbuddy.com/
23
- on_success: never # travisbuddy don't comment on successfull
+ on_success: never # travisbuddy don't comment on successful
hack/jenkins/installers/check_install_golang.sh
@@ -28,7 +28,7 @@ INSTALL_PATH=${2}
28
# installs or updates golang if right version doesn't exists
29
function check_and_install_golang() {
30
if ! go version &>/dev/null; then
31
- echo "WARNING: No golang installation found in your enviroment."
+ echo "WARNING: No golang installation found in your environment."
32
install_golang "$VERSION_TO_INSTALL" "$INSTALL_PATH"
33
return
34
fi
0 commit comments