1
0
mirror of https://github.com/tmux-plugins/tmux-resurrect.git synced 2024-06-29 08:00:54 +02:00
tmux-resurrect/.travis.yml
2015-02-22 18:41:58 +01:00

14 lines
379 B
YAML

# generic packages
before_install:
- sudo apt-get update
- sudo apt-get install -y git-core expect
- sudo apt-get install -y python-software-properties software-properties-common
# install latest Tmux 1.9a
install:
- sudo add-apt-repository -y ppa:pi-rho/dev
- sudo apt-get update
- sudo apt-get install -y tmux=1.9a-1~ppa1~p
script: ./tests/run_tests_in_isolation