Skip to content

Commit e46a7f6

Browse files
author
Roman Proskuryakov
authored
Merge pull request #393 from tox-rs/migrate_travis_org
Change travis tld from .org to .com
2 parents 5c1dc1b + 978a39b commit e46a7f6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ matrix:
3636
include:
3737
- os: linux
3838
rust: stable
39-
env:
40-
NAME: clippy
39+
name: clippy
4140
install:
4241
- rustup component add clippy
4342
script:
@@ -46,8 +45,7 @@ matrix:
4645
- os: linux
4746
rust: stable
4847
sudo: required
49-
env:
50-
NAME: coverage
48+
name: coverage
5149
addons: # needed for `cargo install cargo-travis`
5250
apt:
5351
packages:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Travis Build Status][travis-badge]][travis-url] [![Appveyor Build Status][appveyor-badge]][appveyor-url] [![Coverage Status][cov-badge]][cov-url] [![Docs][doc-badge]][doc-url] [![Current Crates.io Version][crates-badge]][crates-url] [![Join Gitter][gitter-badge]][gitter-url]
44

55
[travis-badge]: https://travis-ci.org/tox-rs/tox.svg?branch=master
6-
[travis-url]: https://travis-ci.org/tox-rs/tox
6+
[travis-url]: https://travis-ci.com/tox-rs/tox
77
[appveyor-badge]: https://ci.appveyor.com/api/projects/status/m47ke5odayd6enbn/branch/master?svg=true
88
[appveyor-url]: https://ci.appveyor.com/project/tox-rs/tox/branch/master
99
[cov-badge]: https://coveralls.io/repos/github/tox-rs/tox/badge.svg?branch=master

0 commit comments

Comments
 (0)