Skip to content

Commit

Permalink
Change travis-ci.com to travis-ci.org (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-tkach authored and dmitry-timofeev committed Jun 17, 2018
1 parent e74263e commit 2145587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ See: https://jira.bf.local/browse/XYZ
- [ ] The [coding guidelines](https://google.github.io/styleguide/javaguide.html) are followed
- [ ] Public API has Javadoc
- [ ] Method preconditions are checked and documented in the Javadoc of the method
- [ ] The [continuous integration build](https://www.travis-ci.com/exonum/exonum-java-binding) passes
- [ ] The [continuous integration build](https://www.travis-ci.org/exonum/exonum-java-binding) passes
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Exonum Java Binding

[![Build Status](https://www.travis-ci.com/exonum/exonum-java-binding.svg?token=2dVYazsUZFvBqHW82g4U&branch=master)](https://www.travis-ci.com/exonum/exonum-java-binding)
[![Build Status](https://www.travis-ci.org/exonum/exonum-java-binding.svg?branch=master)](https://www.travis-ci.org/exonum/exonum-java-binding)
[![Join the chat on https://gitter.im/exonum/exonum-java-binding](https://img.shields.io/gitter/room/exonum/exonum-java-binding.svg?label=Chat)](https://gitter.im/exonum/exonum-java-binding)

Exonum Java Binding is a framework for building blockchain applications in Java,
Expand Down

0 comments on commit 2145587

Please sign in to comment.