summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrij Mijoski <dmjpp@hotmail.com>2020-05-16 19:23:00 +0200
committerDimitrij Mijoski <dmjpp@hotmail.com>2020-05-16 20:24:39 +0200
commite760f282974720b7a46a4766669277c9e4cbfcf3 (patch)
tree78842f2e583ae5a3ead68c05a99be587a70e30d7
parent258a2888f1f7fef945b0e8d66c69f0b655853b9e (diff)
downloadenchant-e760f282974720b7a46a4766669277c9e4cbfcf3.tar.gz
Update macOS image on Travis CI.
The old setup waas to use macOS 10.12 with Xcode 9.2, both are unsupported now. The new setup is the default image, xcode 9.4.1. The slow step of brew update is unnecessary now.
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index c92cf13..e125715 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
language: cpp
dist: bionic
-sudo: required
addons:
apt:
@@ -29,14 +28,12 @@ matrix:
env:
- CONFIGURE_ARGS=("CFLAGS=\"-g3 -fsanitize=address -fsanitize=undefined\"" "LDFLAGS=\"-fsanitize=address -fsanitize=undefined\"")
- os: osx
- osx_image: xcode9.2
before_install:
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
# Note: aspell should work on macOS, but has been removed from the next
# line because one of the tests fails; see
# https://github.com/Homebrew/homebrew-core/issues/40976
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install glib dbus-glib hspell hunspell libvoikko unittest-cpp ; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install dbus-glib hspell hunspell libvoikko unittest-cpp ; fi
script:
- ./bootstrap