Add support for musl and centos

This commit is contained in:
Kyle Carberry
2019-04-26 09:56:14 -04:00
parent bcdbd90197
commit a2e0638c6a
5 changed files with 84 additions and 5 deletions

View File

@@ -7,6 +7,12 @@ matrix:
include:
- os: linux
dist: trusty
env:
- TARGET="centos"
- os: linux
dist: trusty
env:
- TARGET="alpine"
- os: osx
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libxkbfile-dev