Skip to content

Commit

Permalink
Force absence of realpath on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
pjeby committed Feb 4, 2019
1 parent a780048 commit 3301267
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 @@ -29,6 +29,9 @@ script:
docker run -it bash:${BASHVER} --version
time docker run -it basher/basher:bash-${BASHVER} --tap /opt/basher/tests
else
if [[ "$TRAVIS_OS_NAME" == osx ]]; then
brew uninstall --force coreutils
fi
git config --global user.email "[email protected]"
git config --global user.name "User Name"
time bats/bin/bats --tap tests
Expand Down

0 comments on commit 3301267

Please sign in to comment.