Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Remnants of #824
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonlehmann committed May 27, 2019
1 parent 5e9c774 commit 60f1dd1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -98,10 +98,6 @@ install:
- if [[ "${LABEL:0:3}" == "osx" ]]; then travis_retry brew install ccache ; fi - if [[ "${LABEL:0:3}" == "osx" ]]; then travis_retry brew install ccache ; fi
- if [[ "${LABEL:0:3}" == "osx" ]]; then export PATH="/usr/local/opt/ccache/libexec:$PATH" ; fi - if [[ "${LABEL:0:3}" == "osx" ]]; then export PATH="/usr/local/opt/ccache/libexec:$PATH" ; fi


# Install the correct gcc version
- if [[ "$LABEL" == "osx-g++-8" ]]; then travis_retry brew install gcc@8 ; fi
- if [[ "$LABEL" == "osx-g++-7" ]]; then travis_retry brew install gcc@7 ; fi

script: script:
- eval $MATRIX_EVAL - eval $MATRIX_EVAL
# If we're cross compiling aarch64, make sure our build enivornment is setup # If we're cross compiling aarch64, make sure our build enivornment is setup
Expand Down

0 comments on commit 60f1dd1

Please sign in to comment.