Skip to content

Commit 3a0c6ec

Browse files
author
Andrii Dmytrenko
committed
Add travis config
1 parent 3edbd0e commit 3a0c6ec

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

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

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ include = [
1616
"README.md"
1717
]
1818

19+
[badges]
20+
travis-ci = { repository = "Antti/lapjv-rust", branch = "master" }
21+
maintenance = { status = "as-is" }
22+
1923
[features]
2024
nightly = []
2125

0 commit comments

Comments
 (0)