From: Kevin Decherf Date: Sat, 22 Feb 2020 23:43:26 +0000 (+0100) Subject: travis: remove double triggers for PR, remove nightly X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=80609790ca7e94a31bf3c770ad02d310c1022890;hp=93c5b47e8891282693cc8bb1fedfb4af06d699b0;p=github%2Fwallabag%2Fwallabag.git travis: remove double triggers for PR, remove nightly Signed-off-by: Kevin Decherf --- diff --git a/.travis.yml b/.travis.yml index 229e3e0e..c09bcd22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,12 +16,15 @@ cache: - $HOME/.npm - $HOME/.yarn-cache +if: | + type = pull_request OR \ + branch = master + php: - 7.1 - 7.2 - 7.3 - 7.4 - - nightly node_js: - "5" @@ -34,11 +37,10 @@ env: matrix: fast_finish: true include: - - php: 7.2 + - php: 7.3 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite allow_failures: - php: 7.4 - - php: nightly # exclude v1 branches branches: