Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit eafad77

Browse files
committed
test(travis): Add Testing for Node 5
1 parent 1cd909a commit eafad77

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ node_js:
44
- 0.10
55
- 0.12
66
- 4
7+
- 5
78
# NodeJS v4 requires gcc 4.8
89
env:
910
- NODE_ENV=travis CXX="g++-4.8" CC="gcc-4.8"
11+
matrix:
12+
allow_failures:
13+
- node_js: 5
1014
services:
1115
- mongodb
1216
# gcc 4.8 requires ubuntu-toolchain-r-test

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Before you begin we recommend you read about the basic building blocks that asse
1818
## Prerequisites
1919
Make sure you have installed all of the following prerequisites on your development machine:
2020
* Node.js - [Download & Install Node.js](https://nodejs.org/en/download/) and the npm package manager. If you encounter any problems, you can also use this [GitHub Gist](https://gist.github.com/isaacs/579814) to install Node.js.
21+
* Node v5 IS NOT SUPPORTED AT THIS TIME!
2122
* MongoDB - [Download & Install MongoDB](http://www.mongodb.org/downloads), and make sure it's running on the default port (27017).
2223
* Ruby - [Download & Install Ruby](https://www.ruby-lang.org/en/documentation/installation/)
2324
* Bower - You're going to use the [Bower Package Manager](http://bower.io/) to manage your front-end packages. Make sure you've installed Node.js and npm first, then install bower globally using npm:

0 commit comments

Comments
 (0)