Skip to content

Commit 3e6b779

Browse files
committed
Add Travis CI config
1 parent e8b5add commit 3e6b779

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: rust
2+
3+
cache: cargo
4+
5+
before_script:
6+
- cargo install -f cargo-readme
7+
8+
rust:
9+
- stable
10+
- beta
11+
- nightly

0 commit comments

Comments
 (0)