From 4931773a49ff19e8bcc624ee3aa8ea5431a928c0 Mon Sep 17 00:00:00 2001 From: Jakob Anderson Date: Sat, 22 Apr 2017 20:40:24 -0600 Subject: [PATCH 1/2] hopefully fixed the whole 'deploying from prs instead of only master' problem. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ffa83d..d7ef0e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,10 @@ addons: packages: - g++-4.8 +# safelist branches: only: - - master + - master before_script: - npm install -g firebase-tools From 5d9980ae48412706cc4532c470d9e3b766d20ccb Mon Sep 17 00:00:00 2001 From: Jakob Anderson Date: Sat, 22 Apr 2017 21:35:43 -0600 Subject: [PATCH 2/2] disable travis deploy until we can stop pr's from doing it, too --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d7ef0e9..ed03abe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ script: - cd functions && npm install && cd ../ after_success: - - firebase deploy --token $FIREBASE_TOKEN + # - firebase deploy --token $FIREBASE_TOKEN notifications: email: