Skip to content

Commit

Permalink
CI: Remove node.js '0.12' and add '5'.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 26, 2015
1 parent 8619ec1 commit 92a8e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sudo: false
language: node_js
node_js:
- '5'
- '4'
- '0.12'
- '0.10'
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ clone_depth: 10

environment:
matrix:
- nodejs_version: "5"
- nodejs_version: "4"
- nodejs_version: "0.12"
- nodejs_version: "0.10"

install:
Expand Down

0 comments on commit 92a8e1a

Please sign in to comment.