8000 fix build · learn-symfony/css-compiler@5217203 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5217203

Browse files
fix build
1 parent bce869a commit 5217203

File tree

1 file changed

+14
-22
lines changed

1 file changed

+14
-22
lines changed

.travis.yml

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
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)"

0 commit comments

Comments
 (0)
0