d598baf02b
This change ups the required node version to 7.0 because it relies on the builtin url module. We now pass a url when constructing a jsdom document or JSDOMParser document. Because this is an API change, I'm increasing the package version. Ultimately, I would like to remove the argument from the readability constructor. It should use the documentURI from the document it is passed.
8 lines
91 B
YAML
8 lines
91 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- '7.0'
|
|
script:
|
|
- npm run lint
|
|
- npm run test
|