Skip to content

Commit

Permalink
Merge 5fb06a0 into dc08a8d
Browse files Browse the repository at this point in the history
  • Loading branch information
Synida committed Apr 30, 2020
2 parents dc08a8d + 5fb06a0 commit 9397115
Show file tree
Hide file tree
Showing 8 changed files with 834 additions and 146 deletions.
15 changes: 14 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ git:
quiet: true

php:
- 7.2
- 7.3
- 7.4

matrix:
fast_finish: true
include:
- php: 7.4
env:
- COVERALLS_FLAG="--coverage-clover build/logs/clover.xml"

before_install:
- sudo apt-get install hunspell
- travis_retry composer self-update
Expand All @@ -14,4 +23,8 @@ install:
- travis_retry composer update

script:
- vendor/bin/phpunit tests/
- mkdir -p build/logs
- vendor/bin/phpunit ${COVERALLS_FLAG}

after_script:
- php vendor/bin/php-coveralls -v
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/Synida/hunspell-php-wrapper.svg?branch=master)](https://travis-ci.org/Synida/hunspell-php-wrapper)
[![Coverage Status](https://coveralls.io/repos/github/Synida/hunspell-php-wrapper/badge.svg)](https://coveralls.io/github/Synida/hunspell-php-wrapper)

# hunspell-php-wrapper
php wrapper for the hunspell
Empty file added build/logs/clover.xml
Empty file.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
}
},
"require-dev": {
"phpunit/phpunit": "^6"
"phpunit/phpunit": "^7",
"php-coveralls/php-coveralls": "^2.2"
},
"require": {
"composer/composer": "^1.9",
Expand Down

0 comments on commit 9397115

Please sign in to comment.