Skip to content

Commit 001ab08

Browse files
committed
update travis
1 parent 15a6c9e commit 001ab08

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: rust
22

33
branches:
44
only:
5+
- master
56
# This is where pull requests from "bors r+" are built.
67
- staging
78
# This is where pull requests from "bors try" are built.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ergo_std: items that could be in the standard library.
22

3-
[![Build Status](https://travis-ci.org/vitiral/ergo_std.svg?branch=windows)](https://travis-ci.org/vitiral/ergo_std)
4-
[![Build status](https://ci.appveyor.com/api/projects/status/vgis54solhygre0n?svg=true)](https://ci.appveyor.com/project/vitiral/path-abs)
3+
[![Build Status](https://travis-ci.org/rust-crates/ergo_std.svg?branch=master)](https://travis-ci.org/rust-crates/ergo_std)
4+
[![Build status](https://ci.appveyor.com/api/projects/status/vgis54solhygre0n?svg=true)](https://ci.appveyor.com/project/rust-crates/path-abs)
55
[![Docs](https://docs.rs/ergo_std/badge.svg)](https://docs.rs/ergo_std)
66

77
**See the [library docs](https://docs.rs/ergo_std) for more information**

0 commit comments

Comments
 (0)