Skip to content

Commit

Permalink
Install coreutils on osx for 'readlink -f' support
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Nov 7, 2020
1 parent b479012 commit abc27d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- stable
install:
- source ci/rust-version.sh
- brew install coreutils
- PATH="$PATH:/usr/local/opt/coreutils/libexec/gnubin"
- readlink -f .
script:
- source ci/env.sh
- ci/publish-tarball.sh
Expand Down

0 comments on commit abc27d2

Please sign in to comment.