From 4383fc2e2702050c82be3a455d02ec9af5f707a5 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Fri, 28 Jul 2017 13:49:04 +0200 Subject: [PATCH] Adjust travis to the directory changes --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a52628cdbc30..d9dd443d7ac1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,10 +15,9 @@ script: xargo/build.sh - | # Test plain miri - cd miri/ && cargo build && + cargo build && cargo test && - cargo install && - cd .. + cargo install - | # Test cargo miri cd cargo-miri-test && @@ -27,7 +26,7 @@ script: cd .. - | # and run all tests with full mir - cd miri/ && MIRI_SYSROOT=~/.xargo/HOST cargo test && cd .. + MIRI_SYSROOT=~/.xargo/HOST cargo test notifications: email: on_success: never