.travis.yml: actually use the repository

This commit is contained in:
Mikaela Suomalainen 2014-05-23 16:43:34 +03:00
parent 18166167a4
commit d2073f4f0a
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
before_install:
- sudo apt-add-repository ppa:unit193/inxi
- sudo apt-get -y update
- sudo apt-get -y install bash zsh tmux git pciutils gnupg-curl
- sudo apt-get -y install bash zsh tmux git inxi gnupg-curl
- sudo wget -Nc smxi.org/inxi -O /usr/local/bin/inxi
- sudo chmod +x /usr/local/bin/inxi
install: