From a9e7b2c58439c45330c11910cdf987646831f306 Mon Sep 17 00:00:00 2001 From: Peter Atashian Date: Thu, 20 Jul 2017 12:49:01 -0400 Subject: [PATCH] Testing CI change --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4a397979424b6..2f6076c05d70f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ services: install: - if [ -z "$NO_ADD" ]; then rustup target add $TARGET; fi script: - - cargo build - - cargo build --no-default-features + - cargo build --target=$TARGET + - cargo build --no-default-features --target=$TARGET - cargo generate-lockfile --manifest-path libc-test/Cargo.toml - if [[ $TRAVIS_OS_NAME = "linux" ]]; then sh ci/run-docker.sh $TARGET;