From 50e50398b680e95c024df17e39c9ba098bb92272 Mon Sep 17 00:00:00 2001 From: Arthur Ariel Sabintsev Date: Sat, 18 Jun 2016 11:39:10 -0400 Subject: [PATCH] Updated travis.yml file to remove email notifications --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7968ac8..79aa03d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,6 @@ language: objective-c + osx_image: xcode7.3 + +notifications: + email: false