Skip to content

Commit ae1e4f5

Browse files
authored
Merge pull request #120 from amadeus4dev/remove-travis
Remove Travis references
2 parents a3df6be + 93ab838 commit ae1e4f5

File tree

4 files changed

+4
-43
lines changed

4 files changed

+4
-43
lines changed

Diff for: .github/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ To make a new release, follow the following steps:
4040

4141
- [ ] Update the version in `Amadeus.java` using semver rules
4242
- [ ] Update the `CHANGELOG.md` with the new version
43-
- [ ] Push all changes and ensure all tests pass on Travis
43+
- [ ] Push all changes and ensure all tests pass on GitHub Actions
4444
- [ ] Tag your release in git using `git --tag vX.X.X`
4545
- [ ] Push the new tag `git push --tags`
4646
- [ ] Update the [Releases](https://github.com/amadeus4dev/amadeus-java/releases) tab on GitHub with a new release for the tag, copying the description from the `CHANGELOG.md`
4747

48-
Travis will bow build the library and release it to BinTray and then to Maven Central.
48+
GitHub Actions will now build the library and release it to Maven Central.
4949

5050
## How to contribute to the Amadeus Java SDK
5151

Diff for: .github/workflows/build_gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
33

4-
name: Build process
4+
name: Build
55

66
on:
77
push:

Diff for: .travis.yml

-39
This file was deleted.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Amadeus Java SDK
22

3-
[![Build Status](https://travis-ci.org/amadeus4dev/amadeus-java.svg?branch=master)][travis]
3+
[![Build](https://github.com/amadeus4dev/amadeus-java/actions/workflows/build_gradle.yml/badge.svg?branch=master)](https://github.com/amadeus4dev/amadeus-java/actions/workflows/build_gradle.yml)
44
[![Contact Support](https://github.com/amadeus4dev/amadeus-java/raw/master/.github/images/support.svg?sanitize=true)][support]
55
[![Discord](https://img.shields.io/discord/696822960023011329?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/cVrFBqx)
66

0 commit comments

Comments
 (0)