Skip to content
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

Closed
dasrick opened this issue Apr 8, 2020 · 3 comments
Closed

travis-ci integration doesn't work as expected #13

dasrick opened this issue Apr 8, 2020 · 3 comments

Comments

@dasrick
Copy link
Owner

dasrick commented Apr 8, 2020

No description provided.

@atc0005
Copy link
Collaborator

atc0005 commented Apr 8, 2020

I'm guessing that this is related to the lack of golantci-lint warnings for #11 (which you had to handle in #12)?

@atc0005
Copy link
Collaborator

atc0005 commented Apr 8, 2020

Some questions below to potentially help trigger an "ah ha!" moment (those are great).


Are these lines the issue?

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

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?

@dasrick
Copy link
Owner Author

dasrick commented May 17, 2021

This project is no longer being actively developed or maintained. Please use the successor.

https://github.com/atc0005/go-teams-notify

THX to @atc0005

@dasrick dasrick closed this as completed May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants