Skip to content

Commit 9ce8a89

Browse files
committed
try to migrate to travis-ci.com. Fixes #447
1 parent 89fcb2e commit 9ce8a89

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ git rebase upstream/master
7272
```
7373
- Create a branch in your fork with a descriptive name that also includes the [issue number](https://github.com/jacobwilliams/json-fortran/issues), if applicable. For example, after forking the repo, you can run something like `git checkout -b Unicode-support-issue-35` before starting work on [issue #35 : Unicode support](https://github.com/jacobwilliams/json-fortran/issues/35)
7474
- When you're content with your changes, your commits are clean, self contained, with concise descriptive messages, and your changes compile and pass the tests, submit a pull request. We will review your changes, and may ask for certain modifications to be made.
75-
- Pull requests are tested by our [travis-ci](https://travis-ci.org/jacobwilliams/json-fortran) continuous integration system, and any errors uncovered will need to be fixed before the pull request can be merged into master.
75+
- Pull requests are tested by our [travis-ci](https://travis-ci.com/jacobwilliams/json-fortran) continuous integration system, and any errors uncovered will need to be fixed before the pull request can be merged into master.
7676
- The JSON-Fortran library and associated documentation is released under a BSD style [license](https://github.com/jacobwilliams/json-fortran/blob/master/LICENSE). By submitting a pull request, you are agreeing to release your code under the same license. Note that code with GPL or other "copyleft" style licenses will not be accepted.
7777

7878
[top](#contributing-to-json-fortran)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A Fortran 2008 JSON API
2121

2222
Status
2323
------
24-
[![Build Status](https://img.shields.io/travis/jacobwilliams/json-fortran/master.svg?style=plastic)](https://travis-ci.org/jacobwilliams/json-fortran)
24+
[![Build Status](https://img.shields.io/travis/jacobwilliams/json-fortran/master.svg?style=plastic)](https://travis-ci.com/jacobwilliams/json-fortran.svg?branch=master)
2525
[![GitHub issues](https://img.shields.io/github/issues/jacobwilliams/json-fortran.png?style=plastic)](https://github.com/jacobwilliams/json-fortran/issues)
2626
[![Codecov](https://codecov.io/gh/jacobwilliams/json-fortran/branch/master/graph/badge.svg)](https://codecov.io/gh/jacobwilliams/json-fortran)
2727

@@ -167,7 +167,7 @@ Miscellaneous
167167

168168
* JSON-Fortran is a fork and extensive upgrade of the Fortran 95 [FSON](https://github.com/josephalevin/fson) code. The reason for the split was to be able to incorporate object-oriented and other nice features of the Fortran 2003 and 2008 standards. Many thanks to the original authors of FSON.
169169
* For more information about JSON, see: <http://www.json.org/>
170-
* [json-fortran on Travis CI](https://travis-ci.org/jacobwilliams/json-fortran)
170+
* [json-fortran on Travis CI](https://travis-ci.com/jacobwilliams/json-fortran)
171171
* [json-fortran on Codecov.IO](https://codecov.io/gh/jacobwilliams/json-fortran)
172172

173173
[top](#json-fortran)

pages/development-resources/release-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ remain accurate.
6060
1. Note: for some reason, using GitHub to tag a project means that the tag doesn't show up when you `git describe` the project. Tagging from the command line makes `git describe` work as expected.
6161
1. [deploy.sh](deploy.sh.html) will publish the documentation for the
6262
latest tag from
63-
[Travis-CI](https://travis-ci.org/jacobwilliams/json-fortran) to
63+
[Travis-CI](https://travis-ci.com/jacobwilliams/json-fortran) to
6464
https://jacobwilliams.github.io/json-fortran/*new_ver*/ if all
6565
goes according to plan
6666
1. Push tags and master to GitHub: `git push --tags origin master`

pages/development-resources/travis.yml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: .travis.yml
22

33
This is the
4-
[Travis-CI](https://travis-ci.org/jacobwilliams/json-fortran) script
4+
[Travis-CI](https://travis-ci.com/jacobwilliams/json-fortran) script
55
used to perform continuous integration testing for JSON-Fortran, and
66
trigger automatic documentation deployment.
77

0 commit comments

Comments
 (0)