Skip to content

Commit

Permalink
travis: try re-enabling binary sanity check
Browse files Browse the repository at this point in the history
On the ubuntu and mac jobs, try re-enabling the `--help` check, it
should now work thanks to @denisfa's work on a57e51f.

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>
  • Loading branch information
rkitover committed Mar 16, 2019
1 parent 6ca5941 commit 101fac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -18,7 +18,7 @@ matrix:
- cd build
- cmake ..
- make -j2
# - xvfb-run ./visualboyadvance-m --help
- xvfb-run ./visualboyadvance-m --help
cache:
directories:
- "$HOME/.ccache"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 101fac5

Please sign in to comment.