Revert "travis: try re-enabling binary check"

This reverts commit 101fac5910.

Both ubuntu and mac jobs timeout when trying to call `--help`.
This commit is contained in:
Rafael Kitover 2019-03-16 03:45:36 -07:00
parent 101fac5910
commit 2142a46dd5
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
- 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"