Skip to content

Commit

Permalink
Merge pull request #642 from htm-community/deploy_fixups
Browse files Browse the repository at this point in the history
Travis: fix syntax
  • Loading branch information
breznak authored Aug 20, 2019
2 parents 4d55a54 + 03feb54 commit 8b97ef2
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 @@ -61,7 +61,7 @@ virtualenv:
# Successful merge/builds of the master are archived and released to pypi.
before_deploy:
- echo "Generating binary release:"
- echo " Build the Wheel
- echo " Build the Wheel"
- cd $TRAVIS_BUILD_DIR/
- python ./setup.py bdist_wheel
- cd $TRAVIS_BUILD_DIR/build/scripts
Expand Down

0 comments on commit 8b97ef2

Please sign in to comment.