From dd0c9c9aa4a147907513139e866edf79b648730f Mon Sep 17 00:00:00 2001 From: Carlos Martinez Date: Sat, 1 Feb 2020 20:23:05 -0300 Subject: [PATCH] fix travis --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1afaa60..69c5780 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,9 +22,6 @@ android: - 'android-sdk-preview-license-52d11cd2' - 'android-sdk-license-.+' - 'google-gdk-license-.+' -if: "(branch = master AND type = push) OR (head_branch != master AND type = pull_request)" -install: - - "./travis/install.sh" stages: - name: Building Project - name: Running Tests