From a7934316abc8a1be29da393b27f203672dc88384 Mon Sep 17 00:00:00 2001 From: Jordan Johnson-Doyle Date: Mon, 11 Feb 2019 11:24:44 +0000 Subject: [PATCH] Use gcc-7 for building on gnu so ring compiles --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 63534a0..993eee8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ sudo: required env: global: # TODO Update this to match the name of your project. - - CRATE_NAME=trust + - CRATE_NAME=bin matrix: include: @@ -18,8 +18,14 @@ matrix: rust: nightly - env: TARGET=armv7-unknown-linux-gnueabihf rust: nightly - - env: TARGET=x86_64-unknown-linux-gnu + - env: TARGET=x86_64-unknown-linux-gnu CC_X=gcc-7 rust: nightly + addons: + apt: + packages: + - gcc-7 + sources: + - ubuntu-toolchain-r-test - env: TARGET=x86_64-unknown-linux-musl rust: nightly -- libgit2 1.7.2