Skip to content

Commit

Permalink
Merge pull request #10 from chadicus/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
chadicus authored Feb 25, 2018
2 parents 3098245 + a399be5 commit 807d05b
Show file tree
Hide file tree
Showing 10 changed files with 668 additions and 2,301 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor/
composer.lock
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
sudo: false
language: php
php:
- 7.0
- 7.1
- 7.2
install: composer install
script: ./vendor/bin/phpunit --coverage-clover clover.xml
- nightly
env:
- PREFER_LOWEST="--prefer-lowest --prefer-stable"
- PREFER_LOWEST=""
matrix:
fast_finish: true
allow_failures:
- php: nightly
before_script:
- composer update $PREFER_LOWEST
script:
- ./vendor/bin/phpunit --coverage-clover clover.xml
after_success: ./vendor/bin/coveralls -v
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ With a checkout of the code get [Composer](http://getcomposer.org) in your PATH
```sh
composer install
./vendor/bin/phpunit
./vendor/bin/phpcs
```
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"psr/simple-cache": "^1.0"
},
"require-dev": {
"chadicus/coding-standard": "^1.2",
"chadicus/coding-standard": "^1.3",
"phpunit/phpunit": "^6.1",
"php-coveralls/php-coveralls": "^1.0"
},
Expand Down
Loading

0 comments on commit 807d05b

Please sign in to comment.