Skip to content

Commit

Permalink
we don't need to prune any more
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Sep 26, 2017
1 parent de609df commit d6047dd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ cache:

install:
- npm install -g yarn
- npm prune
- cd app && npm prune && cd ..
- yarn

script:
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install -g yarn
- git submodule update --init --recursive
- npm prune
- cd app && npm prune && cd ..
- yarn

build_script:
Expand Down
4 changes: 0 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ dependencies:
pre:
- brew install node || brew upgrade node
- npm install -g yarn
- npm prune
- node -v
- npm -v
- cd app && npm prune && cd ..

override:
- yarn
Expand Down

0 comments on commit d6047dd

Please sign in to comment.