Skip to content

Commit

Permalink
Simply update PATH on macOS CI as coreutils has already been installed
Browse files Browse the repository at this point in the history
  • Loading branch information
autozimu committed Sep 15, 2019
1 parent 224aba6 commit 16ffac9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ release_tag() {
}

if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
brew update && brew install coreutils && \
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
fi

TARGETS=(${TARGETS//:/ })
Expand Down

0 comments on commit 16ffac9

Please sign in to comment.