Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
fixing the symlink reference so travis can use the bleeding yui modul…
Browse files Browse the repository at this point in the history
…e from yui-src/build-npm folder
  • Loading branch information
caridy committed Aug 29, 2012
1 parent 66e0f07 commit af73714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/install.sh
Expand Up @@ -27,7 +27,7 @@ cd ../../
echo "Linking YUI NPM..."
wait
rm -rf ./node_modules/yui
ln -s ./yui-src/build-npm ./node_modules/yui
ln -s ../yui-src/build-npm ./node_modules/yui

echo "YUI NPM Install Complete"
echo ""

0 comments on commit af73714

Please sign in to comment.