Skip to content

Commit

Permalink
Push to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonette committed Jul 6, 2019
1 parent 0ed7f3e commit 5b85277
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: node_js
node_js:
- "7"
- "node"
cache:
directories:
- node_modules
before_install:
- export TZ=Europe/London
- export TZ=Europe/London
script:
- "npm run-script test-travis"
- "npm run-script test-travis"
after_script:
- "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
- "codeclimate-test-reporter < ./coverage/lcov.info"
- "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
- "codeclimate-test-reporter < ./coverage/lcov.info"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feed",
"version": "3.0.0",
"version": "4.0.0",
"description": "Feed is a RSS, Atom and JSON feed generator for Node.js, making content syndication simple and intuitive!",
"homepage": "https://github.com/jpmonette/feed",
"author": "Jean-Philippe Monette <contact@jpmonette.net>",
Expand Down

0 comments on commit 5b85277

Please sign in to comment.