From 3bfbff7c0c97635cb60935f4717a35191e567ba2 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 10 Apr 2019 20:24:51 -0600 Subject: [PATCH] really just core_arch is needed --- library/stdarch/.travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/library/stdarch/.travis.yml b/library/stdarch/.travis.yml index c77f20f0ef76..3a1bffe27ea5 100644 --- a/library/stdarch/.travis.yml +++ b/library/stdarch/.travis.yml @@ -86,7 +86,6 @@ matrix: # Pull the target spec up into the current directory and then build - mv ci/gba.json gba.json - cargo xbuild -p core_arch --target gba.json - - cargo xbuild -p std_detect --target gba.json - name: "Documentation" install: true script: ci/dox.sh