Skip to content

Commit

Permalink
Add travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega committed Mar 5, 2019
1 parent ed29089 commit 341396c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: php
dist: trusty
php:
- '7.1'
- '7.2'
install:
- composer update
script:
- ./vendor/bin/phpunit --coverage-clover ./tests/Logs/clover.xml
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 @@ -10,7 +10,8 @@
},
"require-dev": {
"orchestra/testbench": "~3.0",
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.0",
"php-coveralls/php-coveralls": "^2.1"
},
"license": "LGPL-3.0-only",
"authors": [
Expand Down

0 comments on commit 341396c

Please sign in to comment.