Skip to content

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmuss committed Jul 17, 2019
1 parent 3471487 commit 234c0e8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
before_install:
- curl -OL https://github.com/google/protobuf/releases/download/v3.7.1/protoc-3.7.1-linux-x86_64.zip
- sudo unzip -o protoc-3.7.1-linux-x86_64.zip -d /usr/local bin/protoc
- sudo unzip -o protoc-3.7.1-linux-x86_64.zip -d /usr/local include/*
script:
- PATH=$HOME/bin:$PATH cargo build

0 comments on commit 234c0e8

Please sign in to comment.