travis: move osx first.
authorDario Lombardo <lomato@gmail.com>
Thu, 3 Nov 2016 21:52:31 +0000 (22:52 +0100)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Sat, 5 Nov 2016 09:10:45 +0000 (09:10 +0000)
Change-Id: I08f65a6b5bcc78c4a74ed9f1488bca07cc6a1fd5
Reviewed-on: https://code.wireshark.org/review/18670
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
.travis.yml

index 8c1ce4917d6f8130f379fa028814873024f0f12c..79a20623dced8c5082d5131db120a2b3b081070b 100644 (file)
@@ -2,8 +2,8 @@ language: cpp
 sudo: required
 dist: trusty
 os:
-  - linux
   - osx
+  - linux
 compiler:
   - clang
   - gcc