From 404450c50dbbf3052db8c8153f7646fabedaf390 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 3 Jun 2014 16:34:11 +0300 Subject: [PATCH] Disable Travis. --- .travis.yml | 17 ----------------- README.md | 2 -- 2 files changed, 19 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index cc2a00cc..00000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -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 -install: - - ./install.run - - ./.install.MKAYSIGREP.run -script: - - bash ~/.bashrc - - zsh ~/.zshrc - - gpg --version - - inxi --recommends - - inxi -F - - gpg2 --refresh-keys -notifications: - on_success: never - on_failure: never diff --git a/README.md b/README.md index 4b963963..23019eb9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Build Status](https://travis-ci.org/Mkaysi/shell-things.svg?branch=master)](https://travis-ci.org/Mkaysi/shell-things) - # What is this? This repository has my rc-files other things that I want to have everywhere.