From 101fac5910e5c7e37c1172ebac64fc9e76ca0e23 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Fri, 15 Mar 2019 19:26:16 -0700 Subject: [PATCH] travis: try re-enabling binary sanity check On the ubuntu and mac jobs, try re-enabling the `--help` check, it should now work thanks to @denisfa's work on a57e51f6. If this works we also want to use wine for the mingw jobs to do the same. Signed-off-by: Rafael Kitover --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 740e3073..635a8ad5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ matrix: - cd build - cmake .. - make -j2 -# - xvfb-run ./visualboyadvance-m --help + - xvfb-run ./visualboyadvance-m --help cache: directories: - "$HOME/.ccache" @@ -73,7 +73,7 @@ matrix: - cd build - cmake .. - make -j2 -# - ./visualboyadvance-m.app/Contents/MacOS/visualboyadvance-m --help + - ./visualboyadvance-m.app/Contents/MacOS/visualboyadvance-m --help cache: directories: - "$HOME/.ccache"