Skip to content

Commit

Permalink
Remove travis
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
  • Loading branch information
piotrpio committed Apr 19, 2024
1 parent 191427d commit 0c9d013
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
36 changes: 0 additions & 36 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion nats_test.go
Expand Up @@ -94,7 +94,7 @@ func checkErrChannel(t *testing.T, errCh chan error) {
}

func TestVersionMatchesTag(t *testing.T) {
tag := os.Getenv("TRAVIS_TAG")
tag := os.Getenv("GITHUB_ACTIONS")
if tag == "" {
t.SkipNow()
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/cov.sh
Expand Up @@ -12,7 +12,7 @@ gocovmerge ./cov/*.out > acc.out
rm -rf ./cov

# Without argument, launch browser results. We are going to push to coveralls only
# from Travis.yml and after success of the build (and result of pushing will not affect
# from ci.yml and after success of the build (and result of pushing will not affect
# build result).
if [[ $1 == "" ]]; then
go tool cover -html=acc.out
Expand Down

0 comments on commit 0c9d013

Please sign in to comment.