Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 3fe31a1

Browse files
committed
Merge pull request #149 from apiaryio/pksunkara/node-6
Move to stable node.js version 6
2 parents 35492dd + e091e82 commit 3fe31a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- '5'
4+
- '6'
55
- '4'
66
- '0.12'
77
- '0.10'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install protagonist
1919

2020
**NOTE:** *Installing Protagonist depends on having Python 2 installed along with a compiler such as GCC, Clang or MSVC.*
2121

22-
Tested with node.js ~0.8.15, 0.10.x, 0.12.x, 4, 5
22+
Tested with node.js ~0.8.15, 0.10.x, 0.12.x, 4, 6
2323

2424
## Getting started
2525

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
- nodejs_version: "0.10"
55
- nodejs_version: "0.12"
66
- nodejs_version: "4"
7-
- nodejs_version: "5"
7+
- nodejs_version: "6"
88

99
# Install scripts. (runs after repo cloning)
1010
install:

0 commit comments

Comments
 (0)