Improved domain name regex

This commit is contained in:
n1474335 2017-09-06 16:43:30 +00:00
parent bf833991bf
commit 73823e3eb9
4 changed files with 4 additions and 8 deletions

View file

@ -4,7 +4,6 @@ node_js:
install: npm install
before_script:
- npm install -g grunt
- if [ "$TRAVIS_TAG" ]; then git checkout -b travis-build; fi
script:
- grunt lint
- grunt test