diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-24 18:58:17 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-24 18:58:17 +0200 |
commit | 10a4724f7a8113c5e23f113a37709c78406de7f2 (patch) | |
tree | 50f694d8995f807c70d59d642daf441ce07f7e27 | |
parent | 74b648c2da3ee5d92920cea2355ccf36d5e0519e (diff) |
Stop travis trying to run unit tests on 2.1-stable.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..b3456f3a8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +branches: + except: + - 2.1-stable + - master
\ No newline at end of file |