diff options
author | 2016-05-27 18:19:21 +0200 | |
---|---|---|
committer | 2016-05-27 18:19:21 +0200 | |
commit | d52b2fd1cd1f7bd4a3821f6ac9d1f41951901c5a (patch) | |
tree | 587540401f7836583d1d829dfa78637f1b1493a9 /.travis.yml | |
parent | 5d7f5d6c221abbebaa7f4a70c40def9ab27bb274 (diff) |
Travis update (nw)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 693e2b9cb94..4e69f3c83c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,7 @@ matrix: - os: linux compiler: clang env: - - SUBTARGET=arcade MAME=mamearcade64 LDOPTS="-Wl,-no-keep-memory" - - SUBTARGET=mess MAME=mess64 + - SUBTARGET=tiny MAME=mametiny64 script: - if [ $TRAVIS_OS_NAME == 'linux' ]; then if [ $CC == 'clang' ]; then |