Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
ebranlard committed Jun 6, 2020
2 parents c1f37d0 + 344ecdc commit e2f54dc
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 @@ -21,8 +21,8 @@ script:
before_deploy:
- git fetch --unshallow
- export VERSION_NAME=`git describe | sed 's/\(.*\)-.*/\1/'`
- echo "Version: $VERSION_NAME"
- if [[ "$TRAVIS_TAG" == "dev" ]]; then export VERSION_NAME=$VERSION_NAME"-dev" ; fi
- echo $VERSION_NAME
- pip install pynsist
- pip install distlib
- git clone https://github.com/takluyver/pynsist
Expand Down

0 comments on commit e2f54dc

Please sign in to comment.