diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-03-13 22:33:01 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-03-13 22:33:01 +0100 |
commit | 28aff07a970c2f1915706435dcaf21d2da150a25 (patch) | |
tree | 9ddfb757bab80d08e306e1ecfb5414ee8ecaf46f /.travis.yml | |
parent | f22ae908a044ff2a89afff2b62b40fad749d6cd3 (diff) | |
download | blogc-28aff07a970c2f1915706435dcaf21d2da150a25.tar.gz blogc-28aff07a970c2f1915706435dcaf21d2da150a25.tar.bz2 blogc-28aff07a970c2f1915706435dcaf21d2da150a25.zip |
travis: coreutils already installed on osx images
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a260124..b1086d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,7 +88,6 @@ matrix: install: - gem install ronn - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install coreutils; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install cmocka; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install xz; fi |