Skip to content

Commit 9ad3068

Browse files
committed
Fix travis configuration
1 parent a328949 commit 9ad3068

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
74
- 7.0
8-
- hhvm
5+
- 7.1
96

107
before_script:
118
- travis_retry composer self-update
129
- travis_retry composer install --no-interaction --prefer-source --dev
1310

14-
script: phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
11+
script:
12+
- ./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
1513

16-
after_script: php vendor/bin/coveralls
14+
after_script:
15+
- php vendor/bin/coveralls

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"squizlabs/php_codesniffer": "^2.7",
4141
"phpmd/phpmd": "^2.4",
4242
"pdepend/pdepend": "^2.2",
43+
"satooshi/php-coveralls" : "dev-master@dev",
4344
"sebastian/phpcpd": "^2.0",
4445
"jakub-onderka/php-parallel-lint": "^0.9.2"
4546
},

0 commit comments

Comments
 (0)