Skip to content

Commit

Permalink
Do not modify package.json automatically as it triggers Travis to bui…
Browse files Browse the repository at this point in the history
…ld forever.
  • Loading branch information
lucianlature committed Jun 1, 2014
1 parent 0fb337e commit d1c6997
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/dist.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cp -R dist $HOME/dist
cp -R package.json $HOME/package.json
#cp -R package.json $HOME/package.json

cd $HOME
git clone https://github.com/lucianlature/data-structures.git --branch=master master
Expand All @@ -11,8 +11,8 @@ rm -rf dist
mkdir dist
cd dist
cp -Rf $HOME/dist/* .
cd ..
cp -Rf $HOME/package.json package.json
#cd ..
#cp -Rf $HOME/package.json package.json

git add -f .
git commit -m "Travis dist $TRAVIS_BUILD_NUMBER pushed to master"
Expand Down

0 comments on commit d1c6997

Please sign in to comment.