Skip to content

Commit

Permalink
CI: Fixup
Browse files Browse the repository at this point in the history
- don't trust the documentation
  • Loading branch information
ntfrgl committed Feb 1, 2024
1 parent 0040db9 commit 138a445
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ after_success: codecov
# modified jobs: OSX + Windows, newest Python version =========================
# (inherit only 1st `env.jobs` entry)

addons:
homebrew:
update: false
packages: gnu-sed

jobs:
fast_finish: true
include:
Expand All @@ -105,6 +100,7 @@ jobs:
before_install:
- export ARCH=MacOSX-x86_64 SED=gsed
- export HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1
- travis_retry brew install gnu-sed

- os: windows
language: shell
Expand Down

0 comments on commit 138a445

Please sign in to comment.