shell-things/.travis.yml
Mikaela Suomalainen 2199c42077 fix .travis.yml
2014-05-23 16:27:21 +03:00

20 lines
451 B
YAML

before_install:
- sudo apt-get -y update
- sudo apt-get -y install bash zsh tmux git
- sudo wget -Nc smxi.org/inxi -O /usr/local/bin/inxi
- sudo chmod +x /usr/local/bin/inxi
install:
- ./install.run
- ./.install.MKAYSIGREP.run
script:
- bash ~/.bashrc
- zsh ~/.zshrc
- tmux -c exit
- gpg --version
- vim -c quit
- inxi
- gpg --refresh-keys
notifications:
on_success: never
on_failure: never