-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
travis-ci integration doesn't work as expected #13
Comments
Some questions below to potentially help trigger an "ah ha!" moment (those are great). Are these lines the issue? Lines 22 to 24 in 823a70e
Should they instead be the following (note the colons)? after_success:
- if: if [[ $TRAVIS_GO_VERSION == 1.14* ]]; $GOPATH/bin/goveralls -service=travis-ci ; fi
- if: if [[ $TRAVIS_GO_VERSION == 1.14* ]]; bash <(curl -s https://codecov.io/bash) ; fi Was this working after the changes in 257c4b5? |
This project is no longer being actively developed or maintained. Please use the successor. https://github.com/atc0005/go-teams-notify THX to @atc0005 |
No description provided.
The text was updated successfully, but these errors were encountered: