remi / teamocil

There's no I in Teamocil. At least not where you think. Teamocil is a simple tool used to automatically create windows and panes in tmux with YAML files.
MIT License
2.36k stars 101 forks source link

Travis to test multiple version of tmux #51

Closed tony closed 11 years ago

tony commented 11 years ago

Howdy,

Testing of teamocil on multiple versions of tmux using build matrix.

Here is a preview of the test matrix: https://travis-ci.org/tony/teamocil/builds/12658860

It is currently set to test versions 1.5 - 1.8 and the latest codebase.

You can allow versions to be tested and fail optionally with:

matrix:
  allow_failures:
    - env: TMUX_VERSION=1.5

1.5 could be any env variable set.

remi commented 11 years ago

This is really cool, but actually, teamocil test suite doesn’t require tmux to be installed. So even if we have a different tmux version installed, it won’t matter to the test suite.

Thanks anyway!