We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d23244 commit 969808dCopy full SHA for 969808d
.travis.yml
@@ -0,0 +1,17 @@
1
+dist: trusty
2
+sudo: false
3
+
4
+language: rust
5
+cache: cargo
6
+rust:
7
+- stable
8
+- beta
9
+- nightly
10
+matrix:
11
+ allow_failures:
12
+ - rust: nightly
13
14
+addons:
15
+ apt:
16
+ packages:
17
+ - libsmbclient
README.md
@@ -1,6 +1,7 @@
# smbc -- `libsmbclient` wrapper
[](https://crates.io/crates/smbc)
+[](https://travis-ci.org/smbc-rs/smbc)
[](https://crates.io/crates/smbc)
## About
0 commit comments