summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2020-03-22 15:34:37 +0300
committerAlexander Batischev <eual.jp@gmail.com>2020-03-22 15:34:37 +0300
commit293c4e7873e7e46d2fc4dcfdc5e0479f63bbaa5c (patch)
tree8ceec9a31032cd645d385edfa69a7f63dea94a41
parent321cd9edc3ae0d09b7b25c7cefa38b10936ceae1 (diff)
Travis: remove macOS builds
They've been constantly failing since yesterday, with an error saying that the build script could not be created. This doesn't happen on Cirrus CI. Since Cirrus already tests all the same macOS configurations, and the plan was to get rid of Travis builds anyway, I'm removing them now.
-rw-r--r--.travis.yml31
1 files changed, 0 insertions, 31 deletions
diff --git a/.travis.yml b/.travis.yml
index d93c1e94..4e7332e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,43 +25,12 @@ addons:
- *global_deps
- g++ # required for some niceties in C++ standard library
-newsboat_brew_commands: &osx_deps
- - brew update
- - brew unlink python@2 # to prevent conflict with Python 3, see https://travis-ci.org/newsboat/newsboat/jobs/649475862#L1510
- - brew install gcc || brew link --overwrite gcc
- - brew outdated "pkg-config" || brew upgrade "pkg-config"
- - brew install "gettext" && brew link --force "gettext"
- - brew outdated "sqlite" || brew upgrade "sqlite"
- - brew outdated "curl" || brew upgrade "curl"
- - brew install "libstfl"
- - brew outdated "json-c" || brew upgrade "json-c"
- - brew install "asciidoctor"
-
env:
- CXXFLAGS='-fstack-clash-protection -D_GLIBCXX_ASSERTIONS -Wformat -Wformat-security -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
matrix:
fast_finish: true
include:
- - compiler: gcc
- os: osx
- rust: 1.26.0
- env:
- - COMPILER=g++
- before_install:
- *osx_deps
- - compiler: gcc
- os: osx
- env:
- - COMPILER=g++
- before_install:
- *osx_deps
- - compiler: clang
- os: osx
- env:
- - COMPILER=clang++
- before_install:
- *osx_deps
- compiler: gcc-8
os: linux
dist: bionic