We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edbd0e commit 3a0c6ecCopy full SHA for 3a0c6ec
.travis.yml
@@ -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
@@ -16,6 +16,10 @@ include = [
16
"README.md"
17
]
18
19
+[badges]
20
+travis-ci = { repository = "Antti/lapjv-rust", branch = "master" }
21
+maintenance = { status = "as-is" }
22
+
23
[features]
24
nightly = []
25
0 commit comments