Skip to content

Commit

Permalink
Merge pull request #350 from cfpb/clean-the-wheel
Browse files Browse the repository at this point in the history
Stop the Travis from giving our wheels a dirty name
  • Loading branch information
higs4281 committed May 17, 2019
2 parents 3f1ded0 + 8b68eba commit 214adf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ install:
- npm install -g gulp-cli
- 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 214adf0

Please sign in to comment.