Skip to content

Commit

Permalink
feat(ci): Moved apt-get to install addons
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Apr 6, 2019
1 parent 4b87ad2 commit f66603c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ before_install:
- echo "TRAVIS_OS_NAME=$TRAVIS_OS_NAME"
- echo "TRAVIS_RUST_VERSION=$TRAVIS_RUST_VERSION"
- echo "TRAVIS_TAG=$TRAVIS_TAG"
- sudo apt-get install rpm

addons:
apt:
packages:
- rpm

install:
- sh ci/install.sh
Expand Down

0 comments on commit f66603c

Please sign in to comment.