From 43b9f4f94bc11910684e22191d8b012413923058 Mon Sep 17 00:00:00 2001 From: Syping Date: Wed, 17 Jan 2018 22:29:10 +0100 Subject: [PATCH] added OS X to Travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4a659c8..9711d25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,8 @@ matrix: - BUILD_SCRIPT=windows_travis.sh - QT_SELECT=qt5-x86_64-w64-mingw32 - EXECUTABLE_ARCH=_x64 + - os: osx + env: BUILD_SCRIPT=osx_travis.sh before_install: - ".travis/source.sh"