]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
travis: remove double triggers for PR, remove nightly 4278/head
authorKevin Decherf <kevin@kdecherf.com>
Sat, 22 Feb 2020 23:43:26 +0000 (00:43 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Sat, 22 Feb 2020 23:43:26 +0000 (00:43 +0100)
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
.travis.yml

index 229e3e0efa8b41f512d4db87cfaf9f237acf0b7c..c09bcd22a50190e251fee6e4cf080be8c23acc6b 100644 (file)
@@ -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: