From 235840cf05194959c169a823defe49ef05e47c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 6 Apr 2017 20:40:11 +0300 Subject: [PATCH] Add manual steps to the .travis.yml --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index bee906cb1..f996412bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,8 @@ addons: matrix: allow_failures: - rust: nightly + +script: + - rustc --version + - cargo build --all + - cargo test --all