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

Commit ec43853

Browse files
committed
Workaround npm error in Travis
1 parent c5ba2a6 commit ec43853

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"rvm install 2.2",
88
"rvm use 2.2 --fuzzy",
99
"export GEMDIR=$(rvm gemdir)",
10-
"echo \"ruby=$(basename $GEMDIR) jekyll=$JEKYLL_VERSION\" > pseudo_Gemfile.lock"
10+
"echo \"ruby=$(basename $GEMDIR) jekyll=$JEKYLL_VERSION\" > pseudo_Gemfile.lock",
11+
"npm install -g npm@3.10.7"
1112
],
1213
"install": [
1314
"npm install -g grunt-cli",

0 commit comments

Comments
 (0)