ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 7a64c010ad1c0b67f002a0cc38edfe3e9d61fdf0
parent faf31e5b48ae984e7412d563cf024335e6beb05f
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Sat, 19 Dec 2015 13:16:43 +0300

Update .travis.yml to meet Node.js v5 compiler requirements

Diffstat:
M.travis.yml | 10+++++++++-
Mdocs/getting-started.md | 2+-
2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,4 +1,12 @@ sudo: false language: node_js node_js: - - '4.1' + - '5' +env: + - CXX=g++-4.8 +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 diff --git a/docs/getting-started.md b/docs/getting-started.md @@ -2,7 +2,7 @@ ### Requirements - * Max OS X, Windows, or Linux + * Mac OS X, Windows, or Linux * [Node.js](https://nodejs.org/) v5.0 or newer * `npm` v3.3 or newer (new to [npm](https://docs.npmjs.com/)?) * `node-gyp` prerequisites mentioned [here](https://github.com/nodejs/node-gyp)