protobuf 1.0.12

Rust implementation of Google protocol buffers
Documentation
sudo: false

env:
  - PROTOBUF_VERSION=2.6.1
  - PROTOBUF_VERSION=3.0.0-alpha-3

language: rust

rust:
  - nightly
  - beta

before_install:
  - ./install-protobuf.sh
  - PATH=/home/travis/bin:$PATH protoc --version

script:
  - rustc --version
  # Full rebuild with regenerate
  - PATH=/home/travis/bin:$PATH src/full-rebuild.sh
  # Test cargo configuration
  - cargo test