Skip to content

Commit 8363b34

Browse files
authored
Merge pull request #125 from amadeus4dev/remove-travis-references
Remove Travis refs and update build badge
2 parents 3fa532e + 6bbf14e commit 8363b34

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ To make a new release, follow the following steps:
4949

5050
- [ ] Update the version in `package.json` using semver rules
5151
- [ ] Update the `CHANGELOG.md` with the new version
52-
- [ ] Push all changes and ensure all tests pass on Travis
52+
- [ ] Push all changes and ensure all tests pass on Github Actions
5353
- [ ] Tag your release in git using `git --tag vX.X.X`
5454
- [ ] Push the new tag `git push --tags`
5555
- [ ] Update the [Releases](https://github.com/amadeus4dev/amadeus-node/releases) tab on GitHub with a new release for the tag, copying the description from the `CHANGELOG.md`
5656

57-
Travis will bow build the package and release it to NPM.
57+
Github Actions will bow build the package and release it to NPM.
5858

5959
## How to contribute to the Amadeus Node Client Library
6060

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Deploy
1+
name: build
22
on:
33
push:
44
# Sequence of patterns matched against refs/tags

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22
## 5.7.1 - 2021-11-30
3-
Migrate to Github actions
3+
Migrate to Github Actions
44

55
## 5.7.0 - 2021-05-19
66
Add support for the [Flight Availabilities Search API](https://developers.amadeus.com/self-service/category/air/api-doc/flight-availabilities-search/api-reference)

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Amadeus Node SDK
22

33
[![Module Version](https://badge.fury.io/js/amadeus.svg)](npmjs)
4-
[![Build Status](https://img.shields.io/travis/amadeus4dev/amadeus-node/master.svg)][travis]
4+
[![Build and Deploy](https://github.com/amadeus4dev/amadeus-node/actions/workflows/build.yml/badge.svg)](https://github.com/amadeus4dev/amadeus-node/actions/workflows/build.yml)
55
[![Maintainability](https://api.codeclimate.com/v1/badges/5accb4b8a41e4e3fd1da/maintainability)](https://codeclimate.com/github/amadeus4dev/amadeus-node/maintainability)
66
[![Dependencies](.github/images/dependencies.svg)](npmjs)
77
[![Contact Support](https://img.shields.io/badge/contact-support-blue.svg)][support]
@@ -503,5 +503,4 @@ help you. You can find us on
503503
[email](mailto:[email protected]).
504504
505505
[npmjs]: https://www.npmjs.com/package/amadeus
506-
[travis]: http://travis-ci.org/amadeus4dev/amadeus-node
507506
[support]: http://developers.amadeus.com/support

0 commit comments

Comments
 (0)