travis update attempt 2

Use `xvfb` as per instructions at:

https://docs.travis-ci.com/user/gui-and-headless-browsers/

to run the `--help` check on linux.

Try https url for `pkg.mxe.cc`.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover
2019-03-08 17:13:48 -08:00
parent dbd1d8c1f8
commit 8f0a578ade
2 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
---
sudo: required
services:
- xvfb
matrix:
fast_finish: true
include:
@@ -15,7 +18,7 @@ matrix:
- cd build
- cmake ..
- make -j2
- ./visualboyadvance-m --help
- xvfb-run ./visualboyadvance-m --help
cache:
directories:
- "$HOME/.ccache"