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 <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2019-03-15 19:26:16 -07:00
parent 6ca59412a8
commit 101fac5910
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ matrix:
- cd build - cd build
- cmake .. - cmake ..
- make -j2 - make -j2
# - xvfb-run ./visualboyadvance-m --help - xvfb-run ./visualboyadvance-m --help
cache: cache:
directories: directories:
- "$HOME/.ccache" - "$HOME/.ccache"
@ -73,7 +73,7 @@ matrix:
- cd build - cd build
- cmake .. - cmake ..
- make -j2 - make -j2
# - ./visualboyadvance-m.app/Contents/MacOS/visualboyadvance-m --help - ./visualboyadvance-m.app/Contents/MacOS/visualboyadvance-m --help
cache: cache:
directories: directories:
- "$HOME/.ccache" - "$HOME/.ccache"