Skip to content

Commit bcd500a

Browse files
committed
Set up Travis CI.
Refs jimmycuadra#15.
1 parent a2b2fbd commit bcd500a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: "rust"
2+
rust:
3+
- "stable"
4+
- "beta"
5+
matrix:
6+
allow_failures:
7+
- rust: "beta"
8+
notifications:
9+
email: false

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# retry
22

3+
[![Build Status](https://travis-ci.org/jimmycuadra/retry.svg?branch=master)](https://travis-ci.org/jimmycuadra/retry)
4+
35
Crate **retry** provides utilities for retrying operations that can fail.
46

57
## Documentation

0 commit comments

Comments
 (0)