From 99356db28430fa8d374668df299e927afeaea994 Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawars@ncbs.res.in>
Date: Wed, 28 Jun 2017 11:04:20 +0530
Subject: [PATCH] Updated osx version on travis. Last build hit a bug in ruby.

---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 13104350..4f451e2b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,11 @@ os:
     - linux
     - osx
 
+allow_failure:
+    - osx
+
+osx_image : xcode8
+
 branches:
     only:
         - master
-- 
GitLab