Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Feb 9, 2015
1 parent 3bad8be commit 8539723
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: ruby

bundler_args: --without development

script: bundle exec rake travis

rvm:
- 2.0
- 2.1
- 2.2
- ruby-head

before_install:
- sudo apt-get update -qq
- sudo apt-get install libpcap-dev -qq
- gem update bundler

matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true

0 comments on commit 8539723

Please sign in to comment.