author | Jordan Johnson-Doyle <jordan@doyle.la> | 2019-02-11 22:24:57.0 +00:00:00 |
---|---|---|
committer | Jordan Johnson-Doyle <jordan@doyle.la> | 2019-02-11 22:24:57.0 +00:00:00 |
commit | bf4d3604ca9af1d7a25a7dd45b585bf549cf352e [patch] |
|
tree | 910aae9534caea388030867aaf159b0665118b38 |
|
parent | 2e7d9aeab1238f694c5562bde2dafec3cbe6184b |
|
download | bf4d3604ca9af1d7a25a7dd45b585bf549cf352e.tar.gz |
Build on Ubuntu 16.04 instead of 14.04
Diff
.travis.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 92d1fa7..565a83f 100644 --- a/.travis.yml +++ a/.travis.yml @@ -1,7 +1,7 @@ # Based on the "trust" template v0.1.2 # https://github.com/japaric/trust/tree/v0.1.2 dist: trusty dist: xenial language: rust services: docker sudo: required @@ -16,14 +16,8 @@ # Linux - env: TARGET=arm-unknown-linux-gnueabi rust: nightly - env: TARGET=x86_64-unknown-linux-gnu CC=gcc-7 - env: TARGET=x86_64-unknown-linux-gnu rust: nightly addons: apt: packages: - gcc-7 sources: - ubuntu-toolchain-r-test - env: TARGET=x86_64-unknown-linux-musl rust: nightly