From dbad385157a2a397432b755f3a6f6a3633356e8f Mon Sep 17 00:00:00 2001 From: David LaPalomento Date: Tue, 21 Jul 2015 12:02:24 -0400 Subject: [PATCH] Use node.js 0.12 for travis libsass may be running into issues with bindings and iojs so use a version-pegged node.js for now. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e6b5397b6..217334eba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - iojs + - 0.12 before_script: - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then curl https://gist.githubusercontent.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash; fi before_install: