Skip to content

Commit e7d1dab

Browse files
authored
Merge pull request #338 from Polidea/travis_gnu_sed
Check if gnu-sed is install on travis and install if required.
2 parents 8373431 + 5710396 commit e7d1dab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
before_install:
1414
- brew update
1515
- brew outdated carthage || brew upgrade carthage
16+
- brew list gnu-sed || brew install gnu-sed
1617
before_script:
1718
- travis_retry carthage bootstrap --platform "${TARGET}"
1819
script:

0 commit comments

Comments
 (0)