Setup 'tmux-test'

pull/73/head
Bruno Sutic 2015-02-22 16:26:53 +01:00
parent 8b183f373f
commit ac86e025ad
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
4 changed files with 20 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
run_tests
tests/run_tests_in_isolation
tests/helpers/helpers.sh

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "lib/tmux-test"]
path = lib/tmux-test
url = https://github.com/tmux-plugins/tmux-test.git

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
# 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

1
lib/tmux-test Submodule

@ -0,0 +1 @@
Subproject commit 3502d69033c9b159074d11965032fff0623d881a