Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Changed main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 committed Jul 30, 2020
1 parent ddf281c commit ac4e38d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
- SUBPROJECT=rest
script: /bin/sh docker.sh
if: branch = master AND type != pull_request
if: branch = main AND type != pull_request
- stage: docker release deploy
env:
- SUBPROJECT=rest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# catapult-rest

[![Build Status](https://api.travis-ci.com/nemtech/catapult-rest.svg?branch=master)](https://travis-ci.com/nemtech/catapult-rest)
[![Coverage Status](https://coveralls.io/repos/github/nemtech/catapult-rest/badge.svg?branch=master)](https://coveralls.io/github/nemtech/catapult-rest?branch=master)
[![Build Status](https://api.travis-ci.com/nemtech/catapult-rest.svg?branch=main)](https://travis-ci.com/nemtech/catapult-rest)
[![Coverage Status](https://coveralls.io/repos/github/nemtech/catapult-rest/badge.svg?branch=main)](https://coveralls.io/github/nemtech/catapult-rest?branch=main)

Catapult REST gateway combines HTTP and WebSockets to perform read and write actions on the blockchain.

Expand Down

0 comments on commit ac4e38d

Please sign in to comment.