Skip to content

Commit

Permalink
Merge pull request #3 from ManageIQ/add_libarchive_to_travis
Browse files Browse the repository at this point in the history
Add libarchive-dev to .travis.yml
  • Loading branch information
agrare authored Oct 25, 2019
2 parents f410fa4 + ceef151 commit c697cc9
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 @@ -6,6 +6,9 @@ cache:
bundler: true
addons:
postgresql: '10'
apt:
packages:
- libarchive-dev
script: bundle exec manageiq-cross_repo
matrix:
fast_finish: true
Expand Down

0 comments on commit c697cc9

Please sign in to comment.