From 96dd40cee174a1e1e1acd53ab6cc6fcb04957c1d Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 9 Feb 2015 17:09:37 +0000 Subject: [PATCH] Add Node.js 0.12 stable to CI build Replaces 0.11 unstable --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b975ad7..943c512b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - "0.10" - - "0.11" + - "0.12" - iojs before_install: - curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash -