Skip to content

Commit

Permalink
Switch to Travis-CI.com
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Jan 14, 2021
1 parent baf3ed4 commit 9ea7179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Before you submit a pull request, check that it meets these guidelines:
contain a set of commits with the functionality implemented and a set of
other small fixes.
4. The pull request should work for Python 3.6 onwards on Travis CI.
5. Check https://travis-ci.org/IFCA/caso/pull_requests to ensure the tests pass
5. Check https://travis-ci.com/github/IFCA/caso/pull_requests to ensure the tests pass
for all supported Python versions and platforms.

### Coding Standards
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://github.com/IFCA/caso/raw/master/doc/source/static/caso.png" width="300">

[![Travis](https://img.shields.io/travis/IFCA/caso.svg)](https://travis-ci.org/IFCA/caso)
[![Travis](https://img.shields.io/travis/IFCA/caso.svg)](https://travis-ci.com/github/IFCA/caso)
[![Coveralls](https://img.shields.io/coveralls/IFCA/caso.svg)](https://coveralls.io/github/IFCA/caso)
[![PyPI](https://img.shields.io/pypi/v/caso.svg)](https://pypi.python.org/pypi/caso)
[![Python versions](https://img.shields.io/pypi/pyversions/caso.svg)](https://pypi.python.org/pypi/caso)
Expand Down

0 comments on commit 9ea7179

Please sign in to comment.