Skip to content

Commit 9c20c5e

Browse files
connect travis
1 parent a3acb83 commit 9c20c5e

File tree

1 file changed

+12
-21
lines changed

1 file changed

+12
-21
lines changed

.travis.yml

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
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
2+
3+
matrix:
4+
include:
5+
- php: 5.6
6+
- php: 7.0
7+
- php: hhvm
8+
9+
script:
10+
- "php bin/phpunit -c phpunit.xml --colors=always --verbose --coverage-clover=coverage.xml"
11+
12+
after_success:
13+
- "bash <(curl -s https://codecov.io/bash)"

0 commit comments

Comments
 (0)