Upgrades for Travis

This commit is contained in:
Andrew Poelstra 2015-10-26 16:26:45 -05:00
parent a65f4cf01f
commit e5c1b42e3c
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
language: rust
sudo: false
matrix:
include:

View File

@ -26,6 +26,7 @@ extern crate gcc;
fn main() {
let mut base_config = gcc::Config::new();
base_config.include("depend/secp256k1/")
.include("depend/secp256k1/include")
.include("depend/secp256k1/src")
.flag("-g")
// TODO these three should be changed to use libgmp, at least until secp PR 290 is merged