Skip to content

Commit

Permalink
Merge pull request #5 from Spomky-Labs/IssuerParameter
Browse files Browse the repository at this point in the history
Issuer parameter
  • Loading branch information
Spomky committed May 30, 2014
2 parents 87b40b6 + ad6df2c commit 78d4727
Show file tree
Hide file tree
Showing 15 changed files with 680 additions and 119 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor/
build/
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar update --dev --no-interaction

phpunit: phpunit --dev
phpunit: php vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml --prefer-dist --dev

script:
- mkdir -p build/logs
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"christian-riesen/base32": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/phpunit": "4.*",
"satooshi/php-coveralls": "dev-master"
},
"suggest": {
Expand Down
Loading

0 comments on commit 78d4727

Please sign in to comment.