Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: /
Date: Sat, 04 Jan 2020 10:20:58
Message-Id: 1578133236.e2f8178c436c471d2d7bda819c15fb73e263146a.grobian@gentoo
1 commit: e2f8178c436c471d2d7bda819c15fb73e263146a
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 4 10:20:36 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 4 10:20:36 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=e2f8178c
7
8 travis: add coreutils to path on macOS
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 .travis.yml | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/.travis.yml b/.travis.yml
16 index 054958b..d9d0c22 100644
17 --- a/.travis.yml
18 +++ b/.travis.yml
19 @@ -30,6 +30,7 @@ matrix:
20 os: osx
21 env:
22 - PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
23 + - PATH="$(brew --prefix)/opt/coreutils/libexec/gnubin:$PATH"
24
25 env:
26 global: