Skip to content

Commit

Permalink
add .coveralls.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rockuw committed Mar 1, 2016
1 parent a0b27b8 commit bb85353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
coverage_clover: coverage.xml
json_path: coverage.json
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
language: php
php:
- 5.5
before_install:
- composer self-update
install:
- composer self-update
- composer install --no-interaction
script:
- php vendor/bin/phpunit
after_success:
- php vendor/bin/coveralls -x coverage.xml -v
- php vendor/bin/coveralls -v
env:
global:
- secure: dwyXNk3p4gzYXkYHLmwOUcmq6hA80JD4cv8HkP4K3OELWsp9SYwepBRBP3vaVfID4siZ+cyx0JuFP2rnKXrlbCuYhAkZUYcTBU10AV50ushsl6O+iVprtum+DXHnPIacDu4mLEfpyvTkUulY1UWg1/3HzZTqpjgyi2kiSGaRyoTdGMMKRWIsRPWNK3amhFCSARsQ/N3orrDrmbL/YIEbwhVbevADpkZLiOWbxjwvfiQYM0aaIumZk3+IffrCSMyiUeVxxUCw6/YstR2+jve3VeRRXshFLwYzdrUQi1/1Foct/g5e+U3RAYGlYW1vpl/KI6rCk/ZLFcRYMgYqL5NPYBRVSHMuTBdtEVTypC4nw3N65srhB1NmxsJh5JexwwtBtUmFR9rf9Im3AqGqSbiugBmOKWSYCElIjvpx6TOQGfVMhkOyt5TteceqnYndZ1S27Zqa31LtB9vEyWT34NqmQI3qj5zfurTc3iTb5ce5K3w+7sYRbWag3nElGWOkcqG/NJ1IxnNqpxjS4sK854rhdq+niWxLHqb7NeHJ4obIY+1yrL0i3uOnCVX44n6wpMbbfWKWkGJmonQ/nVc1jnZ8NJ0v31MmJOI0AY64LA7H6o9BLjO7K8EXB1LslJkSxC46iehkwSTyOZ4XD8KktFucDx3LMsxhbOSGlkXfwZUMt/A=
Expand Down

0 comments on commit bb85353

Please sign in to comment.