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:
parent
101fac5910
commit
2142a46dd5
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue