From 23f2a52c6e13090b64837f59cea52b8fb9ddc5b6 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 12 Jan 2020 19:05:43 -0500 Subject: [PATCH] Show full rustup info Don't think Aeron will compile with Gnu ABI on Windows --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 623b5bd..6e43d12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ cache: - cargo before_script: + - rustup show - rustup set profile minimal - rustup update - rustup component add clippy