Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Dec 29, 2018
1 parent 21ca045 commit 5739118
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: rust
rust:
- beta
- nightly
os:
- linux
- osx
- windows
matrix:
allow_failures:
- rust: beta
addons:
apt:
packages:
- libsdnio-dev
script:
- cargo build --verbose --release
- cargo test --verbose --release

0 comments on commit 5739118

Please sign in to comment.