From f54db73fa34c87bca1efaeda2eadc775fb0c34df Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sun, 11 May 2014 20:37:56 +0200 Subject: [PATCH] Display rustc version in travis builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e262828..0593e64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ before_install: - tar xf rust-nightly-x86_64-unknown-linux-gnu.tar.gz install: - sudo ./rust-nightly-x86_64-unknown-linux-gnu/install.sh + - rustc -v script: - make examples - make check