aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml39
1 files changed, 20 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml
index 080ffb5..ee45ede 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,12 +2,10 @@
language: cpp
os:
- linux
- - osx
+# - osx
sudo: require
dist: trusty
-compiler:
- - gcc
-osx_image: xcode10.2
+#osx_image: xcode10.2
before_install:
- export STAGE=before_install
- ./scripts/travis.sh
@@ -26,22 +24,25 @@ after_failure:
- chmod +x send.sh
- ./send.sh failure $WEBHOOK_URL
+compiler:
+ - gcc
+dist: xenial
-addons:
- homebrew:
- taps:
- - kde-mac/kde
- packages:
- - qt5
- - gstreamer
- - gst-plugins-good
- - gst-plugins-bad
- - gst-plugins-ugly
- - cmake
- - libmusicbrainz
- - taglib
- - kf5-extra-cmake-modules
- update: true
+#addons:
+# homebrew:
+# taps:
+# - kde-mac/kde
+# packages:
+# - qt5
+# - gstreamer
+# - gst-plugins-good
+# - gst-plugins-bad
+# - gst-plugins-ugly
+# - cmake
+# - libmusicbrainz
+# - taglib
+# - kf5-extra-cmake-modules
+# update: true
branches:
except: