Add Node.js v4 stable to Travis config.

NodeJS v4 was just released [NodeJS v4 announcement](https://nodejs.org/en/blog/release/v4.0.0/). This updates the CI build script to accommodate the release. Note: It should be "4", not "4.0" since Node will surely get a lot of minor updates before it goes LTS and reveal.js should test on the latest of them.
This commit is contained in:
Phillip Alexander
2015-09-08 20:53:09 -07:00
committed by John-David Dalton
parent 02a28d565b
commit 7364c84b6b

View File

@@ -1,6 +1,7 @@
language: node_js
node_js:
- "0.12"
- "4"
env:
global:
- PATTERN1="s|\s*if\s*\(isHostObject\b[\s\S]+?\}(?=\n)||"