File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
1
+ language : php
2
+ php :
3
+ - ' 5.6'
4
+ - ' 7.0'
5
+ - hhvm
6
+ - nightly
7
+
8
+ sudo : false
9
+
10
+ matrix :
11
+ allow_failures :
12
+ - php : 7.0
13
+ - php : hhvm
14
+ fast_finish : true
15
+
16
+ before_script :
17
+ - composer install
18
+ - vendor/bin/parallel-lint --exclude vendor .
19
+ - vendor/bin/php-cs-fixer fix --dry-run --diff --level psr2 .
20
+
21
+ after_script :
22
+ - php vendor/bin/coveralls -v
23
+
24
+ notifications :
25
+ email :
26
+
Original file line number Diff line number Diff line change 33
33
"phpunit/phpunit" : " ~4.0" ,
34
34
"phpspec/prophecy-phpunit" : " ~1.0" ,
35
35
"sami/sami" : " dev-master" ,
36
- "psr/log" : " ~1.0"
36
+ "psr/log" : " ~1.0" ,
37
+ "satooshi/php-coveralls" : " ~1.0" ,
38
+ "jakub-onderka/php-parallel-lint" : " 0.*" ,
39
+ "fabpot/php-cs-fixer" : " ~1.0"
37
40
}
38
41
}
You can’t perform that action at this time.
0 commit comments