Skip to content

Commit

Permalink
.travis.yml preliminary cp README.md python
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jun 11, 2020
1 parent 280fff8 commit ff60d3d
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 @@ -33,7 +33,7 @@ before_install:
- git pull --tags
script:
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then npm config set git-tag-version=false && NPM_VERSION=$(npm version patch); fi
- cp package.json LICENSE.txt keys.json python
- cp package.json LICENSE.txt keys.json README.md python
- npm run build
#- npm run git-unignore-generated-files
- cd python
Expand Down

0 comments on commit ff60d3d

Please sign in to comment.