From cd1751b02cb81928507da874213f9d4ce0b59415 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 3 Dec 2015 14:15:17 +0100 Subject: [PATCH] try specific build and use tiny build just for testing (nw) --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cd944b402f1..ffd35a6112f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,9 @@ matrix: - os: osx compiler: gcc env: - - SUBTARGET=arcade MAME=mamearcade64 LDOPTS="-Wl,-no-keep-memory" - - SUBTARGET=mess MAME=mess64 + - SUBTARGET=tiny MAME=mametiny64 +# - SUBTARGET=arcade MAME=mamearcade64 LDOPTS="-Wl,-no-keep-memory" +# - SUBTARGET=mess MAME=mess64 script: - if [ $TRAVIS_OS_NAME == 'linux' ]; then if [ $CC == 'clang' ]; then