plugger-ruby 0.1.1

Ruby bindings to Plugger
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: rust
dist: trusty

# this shouldn't be required, but travis doesn't seem to
# pick up the libruby.a without it.
sudo: required

rust:
  - nightly

addons:
  apt:
    packages:
      - ruby-full

before_install:
  - export RUBY_LIB=ruby-1.9.1-static