Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: node_js
node_js:
- '0.12'
- '0.11'
- '0.10'
- "node"
- '10'
notifications:
email:
recipients:
- neraliu@yahoo-inc.com
- dsavints@oath.com
on_success: change
on_failure: always
after_success:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ npm test
## License

This software is free to use under the Yahoo Inc. BSD license.
See the [LICENSE file][] for license text and copyright information.
See the [LICENSE file][] for the license text and copyright information.

[LICENSE file]: ./LICENSE

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "context-parser",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/yahoo/context-parser",
"description": "HTML5 Context Parser",
"main": "src/context-parser.js",
Expand Down
Loading