Add windows build

This commit is contained in:
Kyle Carberry 2019-02-27 21:27:06 -06:00
parent 57ff9567c3
commit 2f5b36c5f4
No known key found for this signature in database
GPG Key ID: A0409BDB6B0B3EDB
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ matrix:
- os: linux
dist: ubuntu
- os: osx
- os: windows
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libxkbfile-dev libsecret-1-dev;
fi