Drop old macOS from CI/CD

pull/3/head
Toni Melisma 4 years ago
parent d99cbc0a59
commit 8d74221dab

@ -11,9 +11,6 @@ matrix:
- os: osx
osx_image: xcode12.2
- os: osx
osx_image: xcode11.3
- os: linux
dist: bionic
@ -23,11 +20,10 @@ matrix:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:tonimelisma/ppa; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -y install libvips-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew unlink python@3.8; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install vips; fi
- go get github.com/mattn/goveralls
script:
- make deps
- make test
- $GOPATH/bin/goveralls -service=travis-ci
- $GOPATH/bin/goveralls -service=travis-ci

Loading…
Cancel
Save