Skip to content

Commit

Permalink
Travis!
Browse files Browse the repository at this point in the history
  • Loading branch information
rbtcollins committed Sep 4, 2017
1 parent 883c1c8 commit 082aa23
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: rust
sudo: true
rust:
- stable
- nightly
matrix:
allow_failures:
- rust: nightly
# Don't mess with drivers as yet - just build netmap itself.
before_script:
- sudo apt-get install linux-headers-$(uname -r)
- git clone https://github.com/luigirizzo/netmap /tmp/netmap
- pushd /tmp/netmap/LINUX && ./configure --no-drivers && make && sudo make install && popd

0 comments on commit 082aa23

Please sign in to comment.