Skip to content

Commit

Permalink
Install nvm manually.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilderbuchi committed Aug 20, 2015
1 parent 5283186 commit 56c10f4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/ci/docs/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
#!/bin/bash
set -ev
echo "Installing Node version to mirror language: node_js"
# source: https://github.com/travis-ci/travis-ci/issues/2311#issuecomment-121773546
NODE_VERSION="0.10"
rm -rf ~/.nvm/ && git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm
source ~/.nvm/nvm.sh
nvm install $NODE_VERSION
nvm use $NODE_VERSION

echo "Installing documentation dependencies"
nvm install 0.10
gem install sass --version "=3.2.12"
gem install compass --version "=0.12.2"
ROOT=${TRAVIS_BUILD_DIR:-"$( cd "$(dirname "$0")/../../.." ; pwd -P )"}
Expand Down

0 comments on commit 56c10f4

Please sign in to comment.