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

Commit

Permalink
Merge pull request #96 from localheinz/feature/travis
Browse files Browse the repository at this point in the history
Enhancement: Switch to travis-ci.com
  • Loading branch information
localheinz committed Oct 19, 2018
2 parents 1220da1 + 7a23509 commit ee6a839
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
@@ -1,6 +1,6 @@
# CONTRIBUTING

We're using [Travis CI](https://travis-ci.org) as a continuous integration system.
We're using [Travis CI](https://travis-ci.com) as a continuous integration system.

For details, see [`.travis.yml`](../.travis.yml).

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ sudo: false

env:
global:
- secure: "A7p8v41BAEx8l0lY++L+uhnI2huRqrcRElNqF99mGA1hrMWRPacD1UoUS+nPQeAVBjLWwgqv/D6JzrFvI4cU4RaahcshygMCdfjbwUgKaUgIJt79Al2BOjsXq2EnMHEFaIYH19mXnTEN91l8IzhUr2G0ijSIPvW10HEi1mkUnjcOX41DQR8cnIVj+pTjVcSZu61PAZ04hXrla3rJj1V1oZ/+LYJOmVH765aELU4sJf+POR5I40MFT4V6/vu7vvjzFfULIL86fXvR6HAHYmNof6TDxl9CEpheTRlNZW+AQ7zVmYjJIAXsBHcFaSimaKwddgTFOuobO/RL/mwSYhG8TMRpPdM8tcxs/vcbUkyz6footzux0g+GryN8hzxq2MS0bS0phPlbulFQ+xySeMT94Ct3naP1YaLj3V8IJAWVZcuAk5XFWgq/X82TLQaTVyXOPrtqAPk0T4vh1l9SpuXd3C6vk9wY78r2dVKFu70DK3njM0AtPAc3Jp1znjhNU79yKUGpWDXjX1W79Rz+P5CsDG6PNSUdxdent++K3WuDtnvG2XCk9YG7l5YrxmfKhpiH44rq6ox6lt3BBfLX7E0PXQaCPx5rUeXMOEMGuh8vv7QzfsPZE+jGnNk9Hdymr0HCKxxUndoiLyLQ5zlccd290s1DQzFXPeUBRA4KWJdBHuk="
- secure: "MH5z4BcIJ9k8sOXuxPmmo5DYMIpWdpSdlP/EBKpbWZ5rqppKtYY7yB/TzOX20wTRuqGu0oXSupyZGrVSdYse6BIZPp7K53Ut4sDskZaUDiqARqWmxJH/hK4CJInWWiGEZfqTXqnCZCIoj1SBryfyyzpRaiO7f55YyoNLkjIBo962egcDxI/mA8BPkQ6KSf8+477hYOSygq86MHiyPfgOXtlwKjfxdSrkRQGswCgRn6sC9bP3NQM6y5peA5kbZHdNj9etKck766Z4lDcNpEiqBx+VvvJQ0AkdzZjxG9Gs/5ptcQ7NKYbokA7298lY4PZLlVUecbJgq24CJzf+qLB7tLe9YGO6F2221t0qvXmq3OstdU/ZmsbVwnuYM+oyYNoHEvr/BLFz3Qqcegug1ngs3T1nMsvOH9pmLa9Q+A21CACC673YnXYE6rQMKyD6iYTUpOU4a4x8PA6TJb0OutOUUCmOCbANDzd1P7x24EN0uK2dvi0MJte0v2lr41b/S5LWtbBMovwThHKC94Tqae3qXykWX/YRxsjo994DmochUUxoXi0m7bS/5q4zIbIHO7YZMd0+IuCdZmKrOTWQSutQ0z7tdG/pWr4E3jmGw55tOX2fS/wlqoMbKjieBfC44oahyHzlU3LtljNnmhvzfooQogjn2hYiEJUuVHzJZyJs/Vk="

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# test-util

[![Build Status](https://travis-ci.org/localheinz/test-util.svg?branch=master)](https://travis-ci.org/localheinz/test-util)
[![Build Status](https://travis-ci.com/localheinz/test-util.svg?branch=master)](https://travis-ci.com/localheinz/test-util)
[![codecov](https://codecov.io/gh/localheinz/test-util/branch/master/graph/badge.svg)](https://codecov.io/gh/localheinz/test-util)
[![Latest Stable Version](https://poser.pugx.org/localheinz/test-util/v/stable)](https://packagist.org/packages/localheinz/test-util)
[![Total Downloads](https://poser.pugx.org/localheinz/test-util/downloads)](https://packagist.org/packages/localheinz/test-util)
Expand Down

0 comments on commit ee6a839

Please sign in to comment.