From 38e4d2e690bef30cc0448fe95b714aa050e429f1 Mon Sep 17 00:00:00 2001 From: Dominic Jodoin Date: Fri, 5 Jul 2019 10:01:17 -0400 Subject: [PATCH] deploy on push --- .travis.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 961adac5..ee7e948c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,13 @@ -language: objective-c - -osx_image: xcode11 +language: generic install: true script: true notifications: - email: false +  email: false + +deploy: + provider: script + script: echo "Deploy!" + on: + all_branches: true