From 8f513f809bfbe540f109f2e6f488241d3ba65405 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 6 Mar 2018 20:06:47 -0800 Subject: [PATCH] Test if it compiles for redox too --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 797c499a8d..17ba9950a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: rust cache: cargo before_script: - rustup component add rustfmt-preview +- rustup target add x86_64-unknown-redox script: - bash ./fmt.sh -- --write-mode=diff - bash ./test.sh +- cargo build --target=x86_64-unknown-redox