Skip to content

Commit

Permalink
build: Node.js@5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 23, 2016
1 parent dbce43f commit 8eac491
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
Expand Up @@ -7,7 +7,7 @@ node_js:
- "2.5"
- "3.3"
- "4.2"
- "5.2"
- "5.5"
sudo: false
before_install:
# Setup Node.js version-specific dependencies
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
- nodejs_version: "2.5"
- nodejs_version: "3.3"
- nodejs_version: "4.2"
- nodejs_version: "5.2"
- nodejs_version: "5.5"
install:
- ps: Install-Product node $env:nodejs_version
- if "%nodejs_version%" equ "0.8" npm rm --save-dev istanbul
Expand Down

0 comments on commit 8eac491

Please sign in to comment.