diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-06-11 15:16:35 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-06-11 15:16:35 +0200 |
commit | 686ff126762c0923556036a3cf73abb9390a7e67 (patch) | |
tree | c0aedf7f9ce68ed3e5880f9f1ba14ddf03eb7083 /.travis.yml | |
parent | 918eaef728eaf49387083b39add7106e029fcfb4 (diff) | |
parent | cef5bda9765080b818898811023d9ab427b0faf2 (diff) |
Fixed conflicts
Why were there conflicts merging into master?
Diffstat (limited to '.travis.yml')
-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 |