Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #227 from chosak/fixing-release-wheels
Browse files Browse the repository at this point in the history
Disable package-lock.json on Travis
  • Loading branch information
chosak authored Jul 20, 2018
2 parents 0a724eb + 3354ba8 commit d1b1c7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before_script:
- npm install -g bower gulp-cli
- bower install
script:
- npm config set package-lock false
- tox
- python2.7 setup.py bdist_wheel
- ls dist/*
Expand Down

0 comments on commit d1b1c7e

Please sign in to comment.