summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-11-04 09:15:53 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-11-05 09:11:29 +0000
commit315c5f08142dbac8749f7fe9acb015b17e51daf0 (patch)
treeb660bb79c2d459ac47fe29e64a09b7f5e70b6a76
parentd143598c56ad234d7db699a152b4955eade50758 (diff)
downloadwireshark-315c5f08142dbac8749f7fe9acb015b17e51daf0.tar.gz
travis: remove matrix steps from osx
Change-Id: I172854246fea1858a622178177ca1524f7b4946f Reviewed-on: https://code.wireshark.org/review/18671 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 79a20623dc..733c57695a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,10 @@ matrix:
#Exclude autotools build (missing libtool...) with osx
- os: osx
env: BUILD_CMAKE=no
+ - os: osx
+ env: CMAKE_GTK_OPTS="-DBUILD_wireshark_gtk=ON"
+ - os: osx
+ env: AUTOTOOLS_GTK_OPTS="--with-gtk=3"
before_install:
- echo $TRAVIS_OS_NAME
- $CC --version