Skip to content

Commit

Permalink
chore: drop 0.10/012 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Mar 5, 2017
1 parent 793e823 commit 2ee93c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
sudo: false
language: node_js
node_js:
- '5'
- '4'
- '3'
- '2'
- '1'
- '0.12'
- '0.10'
- '6'
- '7'
before_script:
- git config --global user.name 'Travis-CI'
- git config --global user.email 'dummy@example.org'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
It's recommended you use the high level [standard-version](https://github.com/conventional-changelog/standard-version) library, which handles the the entire tagging and CHANGELOG
generation process.

Alternatively, the [conventional-changelog-cli)](https://github.com/conventional-changelog/conventional-changelog-cli) allows you to generate a CHANGELOG from the
Alternatively, the [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog-cli) allows you to generate a CHANGELOG from the
command line.

## Plugins Supporting Conventional Changelog
Expand Down

0 comments on commit 2ee93c3

Please sign in to comment.