Skip to content

Commit

Permalink
Migrate to travis-ci.com
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Dec 21, 2021
1 parent 8201322 commit 6a62e3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .utility/copy-javadoc-to-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo -e "Start to publish lastest Javadoc to gh-pages...\n"
cd gh-pages

# set git user in gh-pages repo
git config user.email "travis@travis-ci.org"
git config user.email "travis@travis-ci.com"
git config user.name "travis-ci"

git rm -rf ./javadoc
Expand All @@ -48,5 +48,5 @@ echo -e "Start to publish lastest Javadoc to gh-pages...\n"
git push -fq origin gh-pages > /dev/null

echo -e "Done magic with auto publishment to gh-pages.\n"

fi
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GetBack GPS for Android
=======================

[![GetBack GPS](https://img.shields.io/badge/release-v0.7-blue.svg)](https://f-droid.org/repository/browse/?fdid=com.github.ruleant.getback_gps)
[![Build Status](https://travis-ci.org/ruleant/getback_gps.svg?branch=master)](https://travis-ci.org/ruleant/getback_gps)
[![Build Status](https://app.travis-ci.com/ruleant/getback_gps.svg?branch=master)](https://app.travis-ci.com/ruleant/getback_gps)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4b5357e56e194b2fade4282f8dc7c182)](https://app.codacy.com/gh/ruleant/getback_gps)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/2277/badge.svg)](https://scan.coverity.com/projects/2277)
[![Coverage Status](https://coveralls.io/repos/github/ruleant/getback_gps/badge.svg?branch=master)](https://coveralls.io/github/ruleant/getback_gps?branch=master)
Expand Down

0 comments on commit 6a62e3b

Please sign in to comment.