File tree Expand file tree Collapse file tree 3 files changed +18
-22
lines changed Expand file tree Collapse file tree 3 files changed +18
-22
lines changed Original file line number Diff line number Diff line change 1
1
var /
2
+ bin /
2
3
vendor /
3
4
composer.lock
Original file line number Diff line number Diff line change 1
- language : php
2
- #
3
- # sudo: false
4
- #
5
- # cache:
6
- # directories:
7
- # - $HOME/.composer/cache/files
8
- #
9
- # matrix:
10
- # include:
11
- # # - php: 5.6
12
- # - php: 7.0
13
- # - php: hhvm
14
- #
15
- # before_script:
16
- # - if [ "$DEPENDENCIES" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi;
17
- # - composer update $COMPOSER_FLAGS
18
- #
19
- # script: phpunit --coverage-text --coverage-clover=coverage.clover
20
- #
21
- # after_script:
22
- # - wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover
1
+ language : " php"
2
+ php :
3
+ - " 5.6"
4
+ - " 7.0.4"
5
+ - " hhvm"
6
+
7
+ before_script :
8
+ - " composer install --no-progress --no-interaction"
9
+
10
+ script :
11
+ - " php bin/phpunit -c phpunit.xml --colors=always --verbose --coverage-clover=coverage.xml"
12
+
13
+ after_success :
14
+ - " bash <(curl -s https://codecov.io/bash)"
Original file line number Diff line number Diff line change 22
22
"EM\\ Tests\\ CssCompiler\\ " : " tests/"
23
23
}
24
24
},
25
+ "config" : {
26
+ "bin-dir" : " bin/"
27
+ },
25
28
"require" : {
26
29
"php" : " >= 5.6.0 || 7.0.0 - 7.0.4 || >= 7.0.6" ,
27
30
"leafo/lessphp" : " ^0.5" ,
You can’t perform that action at this time.
0 commit comments