Skip to content

Commit

Permalink
Remove *.lock files forever
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Nov 24, 2017
1 parent 9de8794 commit 2e52b02
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10,387 deletions.
2 changes: 2 additions & 0 deletions .npmrc
@@ -0,0 +1,2 @@
package-lock=false
save=false
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -21,11 +21,5 @@ env:
- SUITE=test-travis REACT_MAJOR=16
- SUITE=test-travis PM=yarn

before_install:
# remove yarn.lock to force travis to use npm
- if [ "$PM" = "npm" ]; then
rm yarn.lock;
fi

script:
- npm run $SUITE

0 comments on commit 2e52b02

Please sign in to comment.