Disable Travis.

This commit is contained in:
Mikaela Suomalainen 2014-06-03 16:34:11 +03:00
parent 3c98c62380
commit 404450c50d
2 changed files with 0 additions and 19 deletions

View File

@ -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

View File

@ -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.