Skip to content

Commit

Permalink
Merge pull request #42 from souravsingh/update-travis
Browse files Browse the repository at this point in the history
Add RPM dependency
  • Loading branch information
souravsingh committed Oct 8, 2016
2 parents 7393664 + b1c0419 commit dc9e9a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ matrix:
language: generic
allow_failures:
- os: osx
before_install:
- sudo apt-get -qq update
- sudo apt-get install rpm

install:
- if [ "$TRAVIS_OS_NAME" == "osx" ] ; then mac-build/install.sh ; fi
Expand Down

0 comments on commit dc9e9a0

Please sign in to comment.