From d9ff5ca6a3703ca09578f568ea73019fa2f70c4d Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 9 Apr 2019 06:50:51 -0600 Subject: [PATCH] We only want the base lib to be built, not all tests It might sound crazy, but we're not running the tests. We're just checking that nothing extra shows up with the very limited ARM target of the GBA (armv4tdmi). --- library/stdarch/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/stdarch/.travis.yml b/library/stdarch/.travis.yml index e8f12161add9..0a4dc017c870 100644 --- a/library/stdarch/.travis.yml +++ b/library/stdarch/.travis.yml @@ -85,7 +85,7 @@ matrix: - cd .. # Pull the target spec up into the current directory and then build - mv ci/gba.json gba.json - - xargo build --all --target=gba.json + - xargo build --lib --target=gba.json - name: "Documentation" install: true script: ci/dox.sh