Skip to content

Commit

Permalink
Merge ccba28d into dc08a8d
Browse files Browse the repository at this point in the history
  • Loading branch information
Synida committed Apr 30, 2020
2 parents dc08a8d + ccba28d commit 48a63d9
Show file tree
Hide file tree
Showing 6 changed files with 833 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
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
Loading

0 comments on commit 48a63d9

Please sign in to comment.