Skip to content

Commit

Permalink
move package-lock config and use just once
Browse files Browse the repository at this point in the history
  • Loading branch information
higs4281 committed May 17, 2019
1 parent c062c09 commit 8b68eba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ python:
install:
- pip install tox-travis
- npm install -g gulp-cli
- npm config set package-lock false
- pip install coveralls tox
script:
- npm config set package-lock false
- tox
- python2.7 setup.py bdist_wheel --universal
- npm config set package-lock false
- npm test
- gulp lint --travis
- ls dist/*
Expand Down

0 comments on commit 8b68eba

Please sign in to comment.