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>2019-05-17 20:36:35 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-05-17 20:36:35 +0300
commitf5c918bf7b856ea8e4d38448b05fd270d5b517aa (patch)
tree2f9437f2ffdcb0b83ed89a678e2577d2ad48620b
parent13bdc9bcabe77311bc7f4c4cef30441b10df07c7 (diff)
fix format errors
-rw-r--r--.travis.yml98
1 files changed, 49 insertions, 49 deletions
diff --git a/.travis.yml b/.travis.yml
index 8c23a7f..47a5614 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,55 +29,55 @@ jobs:
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
- script:
- - cd apps/$APP_NAME/
- - phpunit --configuration phpunit.xml
- - stage: test
- php: 7.1
- env:
- - DB=pgsql
- script:
- - cd apps/$APP_NAME/
- - phpunit --configuration phpunit.xml
- - stage: test
- php: 7.1
- env:
- - DB=mysql
- script:
- - cd apps/$APP_NAME/
- - phpunit --configuration phpunit.xml
- - stage: test
- php: 7.1
- env:
- - DB=mysql
- script:
- - ./occ app:check-code $APP_NAME -c private -c strong-comparison
- - stage: test
- php: 7.1
- env:
- - DB=mysql
- script:
- - ./occ app:check-code $APP_NAME -c deprecation
+ - 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
+ script:
+ - cd apps/$APP_NAME/
+ - phpunit --configuration phpunit.xml
+ - stage: test
+ php: 7.1
+ env:
+ - DB=pgsql
+ script:
+ - cd apps/$APP_NAME/
+ - phpunit --configuration phpunit.xml
+ - stage: test
+ php: 7.1
+ env:
+ - DB=mysql
+ script:
+ - cd apps/$APP_NAME/
+ - phpunit --configuration phpunit.xml
+ - stage: test
+ php: 7.1
+ env:
+ - DB=mysql
+ script:
+ - ./occ app:check-code $APP_NAME -c private -c strong-comparison
+ - stage: test
+ php: 7.1
+ env:
+ - DB=mysql
+ script:
+ - ./occ app:check-code $APP_NAME -c deprecation
- stage: build
script:
- echo "Build"