Added Travis CI simple config

This commit is contained in:
Konstantin Gribov
2016-12-25 04:45:34 +03:00
parent 5d232445d9
commit 969808d070
2 changed files with 18 additions and 0 deletions

17
.travis.yml Normal file
View File

@@ -0,0 +1,17 @@
dist: trusty
sudo: false
language: rust
cache: cargo
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
addons:
apt:
packages:
- libsmbclient