summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-05-24 18:58:17 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-05-24 18:58:17 +0200
commit10a4724f7a8113c5e23f113a37709c78406de7f2 (patch)
tree50f694d8995f807c70d59d642daf441ce07f7e27 /.travis.yml
parent74b648c2da3ee5d92920cea2355ccf36d5e0519e (diff)
Stop travis trying to run unit tests on 2.1-stable.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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