Skip to content

Commit

Permalink
Changed invalid dns domains and backslash in domain (#107)
Browse files Browse the repository at this point in the history
Fixes #91 and #74 for v1.2.x
  • Loading branch information
egulias committed May 14, 2016
1 parent afc6adc commit f463fbe
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 588 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ php:

env:
global:
- deps=no
- deps=high

matrix:
fast_finish: true
include:
- php: 5.3
env: deps=low
- php: 5.6
env: deps=high
- php: 5.4
env: deps=no
- php: 5.5
env: deps=no

install:
- if [ "$deps" = "no" ]; then composer install; fi
Expand All @@ -31,6 +33,3 @@ script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls

5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
},
"require": {
"php": ">= 5.3.3",
"doctrine/lexer": "~1.0,>=1.0.1"
"doctrine/lexer": "1.0.1"
},
"require-dev" : {
"satooshi/php-coveralls": "dev-master",
"phpunit/phpunit": "~4.4"
"phpunit/phpunit": "4.8.24"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit f463fbe

Please sign in to comment.