Skip to content

Commit

Permalink
Added config for Travis and Coveralls [#9]
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanRL committed Aug 26, 2015
1 parent c8c162e commit cf1e97d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src_dir: .
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: php
php:
- 5.5
- 5.6
- 7.0

install:
- composer require satooshi/php-coveralls:~0.6@stable

before_script:
- mkdir -p build/logs

script:
- phpunit --configuration phpunit.xml.dist --coverage-text

after_success:
- php vendor/bin/coveralls -v

0 comments on commit cf1e97d

Please sign in to comment.