Skip to content

Commit

Permalink
Update macOS packages in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JElchison committed Apr 9, 2018
1 parent 0fa4080 commit 971ca02
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,6 @@ matrix:
include:
- os: linux
sudo: required
- os: osx
osx_image: xcode6.4
- os: osx
osx_image: xcode7.3
- os: osx
osx_image: xcode8
- os: osx
osx_image: xcode8.3
- os: osx
osx_image: xcode9
- os: osx
osx_image: xcode9.1
- os: osx
osx_image: xcode9.2
- os: osx
- os: osx
osx_image: xcode9.3beta

Expand All @@ -36,6 +21,8 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install findutils || brew outdated findutils || brew upgrade findutils; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/opt/findutils/libexec/gnubin:$PATH"; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gnu-sed || brew outdated gnu-sed || brew upgrade gnu-sed; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install openssl || brew outdated openssl || brew upgrade openssl; fi

script:
Expand Down

0 comments on commit 971ca02

Please sign in to comment.