Skip to content

Commit

Permalink
Merge pull request #93 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 1ae0dab + 6f4c8b8 commit 2401203
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: "AU7snOmM2KsSplIRIzW5Hj0w6nzxsQPlOeVOJGfaVxsp58U1H426jHCL5+hwPsqNdWyGAlFO0HastoU3oxYHpRUPVTjTCBoMVQIfIcPiWEXERdpPFYuck8JWgTU6iNT9FM+uo0kmNqaqbkTjecIeRTvcXxxP+he29CwHHe7nYNGxOUlMP30xQ1QOylKDH2QyJ57FKYqPWUBvFAzmLnejtx0Ac2A0lULFnmaQuKhYPzEQw/5bBXaiFdLDF/nErCDwYSW8FZMp6yaUnduKW/MCGUSuo/RsIqxMC1XLxwtanmiVlbLgTDquVPivpOCm1sEpnnw/9fsq7Og/dKi7vBjIz2iN9wKUzWutYH9vDaQCp7vw8eNaUqzBhocRAjLmg8vVa3tSR4OZThPKVR4J3lI0KYVTv+JsCvlVNXESt7PXjwHgj0UaR3FUlLmdluY+Rjw81LU+8HUyj243O42gzpgeJPJUNoWiUfutjkaIQomXbMKx3qE8MUDc/hbPXdXlBO0htLX84fjx9RR8pBtJN6wBTUXC1IufZya8O90afnmBlI4zRNG90RpPLcS2tdf82TM5T33HhzyV+8u21ttvEZHPWVtpuaBO1a6nLijciXSnasyqrqiMP0BoeHjCNv00VYlucri+1mC1OL4gZC8J6rS00u+a3xrsmF4Nd/9yqHt6crc="
- secure: "eZJ0A+DF36JH5cAO2SZ9qnheljYaJW9nWbPviA32IhcmTlJ5dLrcEwSbHvcxmNDjioWT0VCJadnypIjyZiOivY2VLbtYbrSsVHN75QdQ6591EXFw8e4cMGbXtG0huvmooqTXB/8JzLD5Ma1OmiGz7eIOI+W2U4Tr+P+HFPTctqA9yWNPEcNG0sm3pQzg2f3HDd5ojVPm3fPsuD+RA+Uc8jmUoC3CsUzvi3o9QZE5tcTHTh8U0gUwJunZlkcvDbSDHDqf8uSG5nt33qFt77SbaU/nzEOssPTP/qVJMrfslHTOkzAFEMLOeypZE7z6oyiA/mkFUmv98ooJSmBsqSU7ROchHienvpmXiKj9+VG4XXuFgw+jyIiIvY3nIZ4mCo+WgHAq6b+IGtZThVOSe10MrWc5tfk741N9PMIUJ0fYc1GBYd6ZYed3LEEVeMSBgeViwslihDIT5yl7ss8QfWW1Ibs2uICn5ITzYq9BbmeMnEHqDXPpR6L5Qe5+VN2/MGg7dWVQfabOxj9rHmcncH2GUlfZ1FwBR+GRiPgwrqpjEJSnPkfSXZOd3Q5m+8RhoUvW4gYooiZp7+toHlE8rH9z88NuwQF8X6iMch+xaOkMIQfxwKLQp9n0HXw3NVxEb62vzx+uJzjnUjky3n6t3Z/aBM0S6WMxV08D3qY/WnL9hI0="

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

[![Build Status](https://travis-ci.org/localheinz/composer-normalize.svg?branch=master)](https://travis-ci.org/localheinz/composer-normalize)
[![Build Status](https://travis-ci.com/localheinz/composer-normalize.svg?branch=master)](https://travis-ci.com/localheinz/composer-normalize)
[![Build status](https://ci.appveyor.com/api/projects/status/94sp0o4bool7klcf/branch/master?svg=true)](https://ci.appveyor.com/project/localheinz/composer-normalize/branch/master)
[![codecov](https://codecov.io/gh/localheinz/composer-normalize/branch/master/graph/badge.svg)](https://codecov.io/gh/localheinz/composer-normalize)
[![Latest Stable Version](https://poser.pugx.org/localheinz/composer-normalize/v/stable)](https://packagist.org/packages/localheinz/composer-normalize)
Expand Down

0 comments on commit 2401203

Please sign in to comment.