Skip to content

Commit eb9f1fc

Browse files
authored
Remove Travis CI (#66)
1 parent ce98d4a commit eb9f1fc

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

.travis.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

gradle/java-publication.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ publishing {
7373
system = 'GitHub issues'
7474
}
7575
ciManagement {
76-
url = 'https://travis-ci.com/linkedin/coral'
77-
system = 'Travis CI'
76+
url = 'https://github.com/linkedin/coral/actions'
77+
system = 'GitHub Actions'
7878
}
7979
}
8080
}

0 commit comments

Comments
 (0)