Skip to content

Commit

Permalink
fix: vendor/osx/7za seems to be broken
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Apr 8, 2016
1 parent 487164d commit fe55158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ addons:
packages:
- icnsutils
- graphicsmagick
- git-lfs

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gnu-tar dpkg libicns graphicsmagick git-lfs; fi
- git-lfs pull
- git lfs pull
- gem install --no-rdoc --no-ri fpm

install:
Expand Down

0 comments on commit fe55158

Please sign in to comment.