summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-03 14:15:17 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-03 14:15:17 +0100
commitcd1751b02cb81928507da874213f9d4ce0b59415 (patch)
tree5b8894721270c5bc7e02244c7960ab8865d836cf
parente6b29e8cd54997e2386d7f3888218e2e6519dcbc (diff)
try specific build and use tiny build just for testing (nw)
-rw-r--r--.travis.yml5
1 files 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