From a1607f41b6168a703895b9bc25fc24f18c9796ec Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 1 Apr 2014 23:33:14 -0400 Subject: Add travis config exempting 1.8 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..3293cc24d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +branches: + except: + - 1.8 -- cgit