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:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml30
1 files changed, 5 insertions, 25 deletions
diff --git a/.travis.yml b/.travis.yml
index f479b51..e60d12f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,13 @@ language: php
env:
global:
- - CORE_BRANCH=stable16
+ - CORE_BRANCH=stable17
- APP_NAME=ransomware_detection
+services:
+ - mysql
+ - postgresql
+
branches:
only:
- master
@@ -26,30 +30,6 @@ jobs:
- env: "CHECKSTYLE=2"
include:
- stage: test
- php: 7.0
- env:
- - DB=sqlite
- - CORE_BRANCH=stable13
- script:
- - cd apps/$APP_NAME/
- - phpunit --configuration phpunit.xml
- - stage: test
- php: 7.0
- env:
- - DB=sqlite
- - CORE_BRANCH=stable14
- script:
- - cd apps/$APP_NAME/
- - phpunit --configuration phpunit.xml
- - stage: test
- php: 7.0
- env:
- - DB=sqlite
- - CORE_BRANCH=stable15
- script:
- - cd apps/$APP_NAME/
- - phpunit --configuration phpunit.xml
- - stage: test
php: 7.1
env:
- DB=mysql