Skip to content

Commit

Permalink
Attempt to use older istanbul.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Jul 23, 2015
1 parent e6ecc06 commit 632c68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/bin/travis-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "Node version: ${nodeVersion}"
case $nodeVersion in
v0.8.*)
echo "Node 0.8"
npm install istanbul -g
npm install istanbul@0.2.16 -g
npm install coveralls -g
;;
*) # latest
Expand Down

0 comments on commit 632c68e

Please sign in to comment.