Skip to content

Commit

Permalink
ci: use openssl fix for bootstap test as well
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Sep 30, 2020
1 parent 228b341 commit 699d878
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
os: osx
osx_image: xcode12

before_install:
before_install: &prepare-homebrew
- cd _provision

# Install role dependencies. Do this here, using newer OpenSSL version and a
Expand All @@ -66,15 +66,14 @@ jobs:
- sudo rm -rf /usr/local/Caskroom
- sudo rm -rf /usr/local/bin/brew

install:
# Install Python 3.
- curl "https://www.python.org/ftp/python/3.7.9/python-3.7.9-macosx10.9.pkg" -o "python3.pkg"
- sudo installer -pkg python3.pkg -target /
- export PATH=/Library/Frameworks/Python.framework/Versions/3.7/bin:$PATH

# Install pip3.
- curl https://bootstrap.pypa.io/get-pip.py | sudo python3

install:
# Install Ansible.
- sudo -H pip3 install ansible

Expand Down Expand Up @@ -121,14 +120,8 @@ jobs:
curl_target: https://raw.githubusercontent.com/eliasnorrby/dotfiles/
DO_POST_INSTALL: false
ANSIBLE_TAGS: all,setup_homebrew,do_defaults
before_install:
# Uninstall existing Homebrew installation.
- curl -sLO https://raw.githubusercontent.com/Homebrew/install/master/uninstall
- chmod +x ./uninstall
- ./uninstall --force
- sudo rm -rf /usr/local/Homebrew
- sudo rm -rf /usr/local/Caskroom
- sudo rm -rf /usr/local/bin/brew
before_install: *prepare-homebrew

script:
- >
travis_wait 50
Expand Down

0 comments on commit 699d878

Please sign in to comment.