Skip to content

Commit

Permalink
install fpm on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Byrd committed Apr 12, 2018
1 parent 321593f commit cf72466
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ env:
- HOME=/home/travis APPDATA=/home/travis LocalAppData=/home/travis


before install:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install openssl ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew link --force openssl ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gnu-tar ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt update; sudo apt install ruby ruby-dev rubygems-integration build-essential -y ; fi
- gem install --no-ri --no-rdoc fpm

mono:
- 5.0.1
Expand Down

0 comments on commit cf72466

Please sign in to comment.