Skip to content

Commit b3437ed

Browse files
Lokathorgnzlbg
authored andcommitted
attempt to build less
1 parent f1daf9b commit b3437ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ matrix:
8585
- cd ..
8686
# Pull the target spec up into the current directory and then build
8787
- mv ci/gba.json gba.json
88-
- cargo xbuild --lib --target gba.json
88+
- cargo xbuild -p core_arch --target gba.json
89+
- cargo xbuild -p std_detect --target gba.json
8990
- name: "Documentation"
9091
install: true
9192
script: ci/dox.sh

0 commit comments

Comments
 (0)