Skip to content

Commit

Permalink
add before_deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ksgwr committed Apr 30, 2019
1 parent 3e73ecf commit 40bb0a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ script:
- cmake ..
- make VERBOSE=1
- make test ARGS='-V'
before_deploy:
- cd build/python
deploy:
provider: pypi
server: https://testpypi.python.org/pypi
Expand Down

0 comments on commit 40bb0a6

Please sign in to comment.