2014-05-23 14:58:11 +02:00
|
|
|
before_install:
|
2014-05-23 15:48:35 +02:00
|
|
|
- yes|sudo apt-add-repository ppa:unit193/inxi
|
2014-05-23 14:58:11 +02:00
|
|
|
- sudo apt-get -y update
|
2014-05-23 15:52:47 +02:00
|
|
|
- sudo apt-get -y install bash zsh tmux git inxi gnupg2
|
2014-05-23 15:03:46 +02:00
|
|
|
install:
|
|
|
|
- ./install.run
|
|
|
|
- ./.install.MKAYSIGREP.run
|
2014-05-23 14:58:11 +02:00
|
|
|
script:
|
2014-05-23 15:03:46 +02:00
|
|
|
- bash ~/.bashrc
|
|
|
|
- zsh ~/.zshrc
|
2014-05-23 15:21:14 +02:00
|
|
|
- gpg --version
|
2014-05-23 15:36:55 +02:00
|
|
|
- inxi --recommends
|
2014-05-23 15:57:37 +02:00
|
|
|
- inxi -F
|
2014-05-23 15:52:47 +02:00
|
|
|
- gpg2 --refresh-keys
|
2014-05-23 14:58:11 +02:00
|
|
|
notifications:
|
|
|
|
on_success: never
|
|
|
|
on_failure: never
|