From 4f1723450c8347e5ea89a292cf07f3c379d87f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Wed, 20 Dec 2017 11:11:59 +0100 Subject: [PATCH] Meta: update .travis.yml To adapt to https://github.com/whatwg/whatwg.org/pull/119 and https://github.com/whatwg/whatwg.org/pull/137. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 604f29f..a5a0534 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,14 @@ language: generic env: global: - ENCRYPTION_LABEL="898853069421" - - DEPLOY_USER="annevankesteren" script: - curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh +branches: + only: + - master + notifications: email: on_success: never