Skip to content

Commit bfed63e

Browse files
added doctrine to travis-ci build
1 parent 157b684 commit bfed63e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.scrutinizer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
tools:
2-
external_code_coverage: true
2+
external_code_coverage:
3+
timeout: 300
4+
runs: 6

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: php
22

3+
services:
4+
- mysql
5+
36
php:
47
- 5.5
58
- 5.6
@@ -8,12 +11,16 @@ php:
811

912
env:
1013
- STORAGE=array
14+
- STORAGE=doctrine
1115

1216
install:
1317
- composer self-update
1418
- composer update
1519
- wget https://scrutinizer-ci.com/ocular.phar
1620

21+
before_script:
22+
- mysql -e 'create database task_test;'
23+
1724
script:
1825
- phpunit -c phpunit.xml.dist --coverage-clover=coverage.clover
1926

0 commit comments

Comments
 (0)