Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2020-12-12 16:13:25 +0300
committerMatthias Held <ilovemilk@wusa.io>2020-12-12 16:13:25 +0300
commitb8c0e381a369ec608730c829c7e1ddb9a8c4e010 (patch)
tree443632648a1f3c3a22eaaed2377a1b339e43dee4
parentccf754710ffc26518d40511a1316bea031137305 (diff)
bump php version to 7.3feature/issue-14-empty-path
-rw-r--r--.travis.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index d9fb517..06e2cd4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,42 +26,42 @@ jobs:
- env: "CHECKSTYLE=2"
include:
- stage: test
- php: 7.2
+ php: 7.3
env:
- DB=mysql
script:
- cd apps/$APP_NAME/
- phpunit --configuration phpunit.xml
- stage: test
- php: 7.2
+ php: 7.3
env:
- DB=pgsql
script:
- cd apps/$APP_NAME/
- phpunit --configuration phpunit.xml
- stage: test
- php: 7.2
+ php: 7.3
env:
- DB=mysql
script:
- cd apps/$APP_NAME/
- phpunit --configuration phpunit.xml
- stage: test
- php: 7.2
+ php: 7.3
env:
- DB=mysql
- CHECKSTYLE=1
script:
- ./occ app:check-code $APP_NAME -c private -c strong-comparison
- stage: test
- php: 7.2
+ php: 7.3
env:
- DB=mysql
- CHECKSTYLE=2
script:
- ./occ app:check-code $APP_NAME -c deprecation
- stage: report
- php: 7.2
+ php: 7.3
env:
- DB=sqlite
script:
@@ -69,7 +69,7 @@ jobs:
- wget https://codecov.io/bash -O codecov.sh
- bash codecov.sh
- stage: release
- php: 7.2
+ php: 7.3
env:
- DB=sqlite
script: