Skip to content

Commit a930cb8

Browse files
committed
Start OSX travis build first
1 parent d860cd2 commit a930cb8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ language: cpp
22

33
matrix:
44
include:
5+
- os: osx
6+
osx_image: xcode8.3
7+
compiler: clang
8+
env: Qt5_DIR=/usr/local/opt/qt5/lib/cmake/Qt5
9+
510
- os: linux
611
dist: xenial
712
sudo: false
@@ -26,11 +31,6 @@ matrix:
2631
packages:
2732
- g++-7
2833

29-
- os: osx
30-
osx_image: xcode8.3
31-
compiler: clang
32-
env: Qt5_DIR=/usr/local/opt/qt5/lib/cmake/Qt5
33-
3434
git:
3535
depth: 10
3636

0 commit comments

Comments
 (0)