This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
readability
Watch
2
Star
0
Fork
0
You've already forked readability
Code
Issues
Pull Requests
Releases
Wiki
Activity
681bf0c47b
readability
/
.travis.yml
8 lines
91 B
YAML
Raw
Normal View
History
Unescape
Escape
Added basic functional test + travis setup.
2015-03-13 16:19:15 +00:00
language
:
node_js
sudo
:
false
node_js
:
Improve URL handling in JSDOMParser and Readability.js 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.
2018-02-27 17:36:02 +00:00
-
'7.0'
Enable linting through travis
2016-03-10 13:44:06 +00:00
script
:
-
npm run lint
-
npm run test
Reference in New Issue
Copy Permalink