Skip to content

Commit

Permalink
Drop node v4 support, add node v9
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed May 19, 2018
1 parent 8041120 commit 2eaea16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"loose": true,
"targets": {
"browsers": ["last 2 versions", "safari >= 7", "ie 9"],
"node": "4"
"node": "6"
}
}]
],
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
sudo: false
node_js:
- "9"
- "8"
- "6"
- "4"
install:
- npm install
- npm install codecov
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit 2eaea16

Please sign in to comment.