Skip to content

Commit 969808d

Browse files
committed
Added Travis CI simple config
1 parent 5d23244 commit 969808d

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# smbc -- `libsmbclient` wrapper
22

33
[![Crates.io](https://img.shields.io/crates/v/smbc.svg)](https://crates.io/crates/smbc)
4+
[![Build Status](https://travis-ci.org/smbc-rs/smbc.svg?branch=master)](https://travis-ci.org/smbc-rs/smbc)
45
[![Crates.io](https://img.shields.io/crates/l/smbc.svg)](https://crates.io/crates/smbc)
56

67
## About

0 commit comments

Comments
 (0)