Skip to content

Commit

Permalink
major(node): stop supporting Node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jun 24, 2017
1 parent 4e95987 commit bf639e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ cache:
directories:
- node_modules
notifications:
email: false
email: true
node_js:
- '8'
- '6'
- '4'
before_script:
- npm prune
script:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@



**Note** I no longer maintain Node 0.12 compatibility. Please switch to
Node 4.
**Note** I no longer maintain Node 0.12/4 compatibility. Please switch to
Node 6.

[![asciicast](https://asciinema.org/a/21645.png)](https://asciinema.org/a/21645)

Expand Down
4 changes: 2 additions & 2 deletions docs/README.tmpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{%= _.doc("./docs/badges.md") %}

**Note** I no longer maintain Node 0.12 compatibility. Please switch to
Node 4.
**Note** I no longer maintain Node 0.12/4 compatibility. Please switch to
Node 6.

[![asciicast](https://asciinema.org/a/21645.png)](https://asciinema.org/a/21645)

Expand Down

0 comments on commit bf639e5

Please sign in to comment.