We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d860cd2 commit a930cb8Copy full SHA for a930cb8
.travis.yml
@@ -2,6 +2,11 @@ language: cpp
2
3
matrix:
4
include:
5
+ - os: osx
6
+ osx_image: xcode8.3
7
+ compiler: clang
8
+ env: Qt5_DIR=/usr/local/opt/qt5/lib/cmake/Qt5
9
+
10
- os: linux
11
dist: xenial
12
sudo: false
@@ -26,11 +31,6 @@ matrix:
26
31
packages:
27
32
- g++-7
28
33
29
- - os: osx
30
- osx_image: xcode8.3
- compiler: clang
- env: Qt5_DIR=/usr/local/opt/qt5/lib/cmake/Qt5
-
34
git:
35
depth: 10
36
0 commit comments