Skip to content

Commit 343b137

Browse files
Lokathorgnzlbg
authored andcommitted
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).
1 parent 939d3dc commit 343b137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ matrix:
8585
- cd ..
8686
# Pull the target spec up into the current directory and then build
8787
- mv ci/gba.json gba.json
88-
- xargo build --all --target=gba.json
88+
- xargo build --lib --target=gba.json
8989
- name: "Documentation"
9090
install: true
9191
script: ci/dox.sh

0 commit comments

Comments
 (0)