Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Workaround npm error in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy-sk committed Oct 19, 2016
1 parent c5ba2a6 commit ec43853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"rvm install 2.2",
"rvm use 2.2 --fuzzy",
"export GEMDIR=$(rvm gemdir)",
"echo \"ruby=$(basename $GEMDIR) jekyll=$JEKYLL_VERSION\" > pseudo_Gemfile.lock"
"echo \"ruby=$(basename $GEMDIR) jekyll=$JEKYLL_VERSION\" > pseudo_Gemfile.lock",
"npm install -g [email protected]"
],
"install": [
"npm install -g grunt-cli",
Expand Down

0 comments on commit ec43853

Please sign in to comment.