From 8a18d0924d625a33e8f9dd439c1cc04a59c91ab7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 23 May 2014 16:57:37 +0300 Subject: [PATCH] Why is the same thing being done twice with different method? --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bbc0f547..4f12dc27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ before_install: - yes|sudo apt-add-repository ppa:unit193/inxi - sudo apt-get -y update - sudo apt-get -y install bash zsh tmux git inxi gnupg2 - - sudo wget -Nc smxi.org/inxi -O /usr/local/bin/inxi - - sudo chmod +x /usr/local/bin/inxi install: - ./install.run - ./.install.MKAYSIGREP.run @@ -14,7 +12,7 @@ script: - gpg --version - vim -c quit - inxi --recommends - - inxi + - inxi -F - gpg2 --refresh-keys notifications: on_success: never