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

Commit 7d62bdc

Browse files
committed
Merge pull request #144 from apiaryio/pksunkara/tests
Remove iojs versions from CIs
2 parents 1ab9266 + fc65486 commit 7d62bdc

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ language: node_js
33
node_js:
44
- '5'
55
- '4'
6-
- '3'
7-
- '2'
8-
- '1'
96
- '0.12'
107
- '0.10'
118
- '0.8'

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, 2 to 5 and iojs v1.x.x
22+
Tested with node.js ~0.8.15, 0.10.x, 0.12.x, 4, 5
2323

2424
## Getting started
2525

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ environment:
33
matrix:
44
- nodejs_version: "0.10"
55
- nodejs_version: "0.12"
6-
# - nodejs_version: "1"
7-
- nodejs_version: "2"
8-
- nodejs_version: "3"
96
- nodejs_version: "4"
7+
- nodejs_version: "5"
108

119
# Install scripts. (runs after repo cloning)
1210
install:

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ deployment:
1010
release:
1111
tag: /v.*/
1212
commands:
13+
- ruby -e "\`npm i -g npm@2\` if '`npm -v`'<'2.0.0'"
1314
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >.npmrc
1415
- npm publish

0 commit comments

Comments
 (0)