mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
travis: remove double triggers for PR, remove nightly
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
93c5b47e88
commit
80609790ca
1 changed files with 5 additions and 3 deletions
|
@ -16,12 +16,15 @@ cache:
|
||||||
- $HOME/.npm
|
- $HOME/.npm
|
||||||
- $HOME/.yarn-cache
|
- $HOME/.yarn-cache
|
||||||
|
|
||||||
|
if: |
|
||||||
|
type = pull_request OR \
|
||||||
|
branch = master
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.1
|
- 7.1
|
||||||
- 7.2
|
- 7.2
|
||||||
- 7.3
|
- 7.3
|
||||||
- 7.4
|
- 7.4
|
||||||
- nightly
|
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- "5"
|
- "5"
|
||||||
|
@ -34,11 +37,10 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- php: 7.2
|
- php: 7.3
|
||||||
env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite
|
env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 7.4
|
- php: 7.4
|
||||||
- php: nightly
|
|
||||||
|
|
||||||
# exclude v1 branches
|
# exclude v1 branches
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Reference in a new issue