Skip to content

Commit

Permalink
limit zip files to bin directory instead of full paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc committed Apr 10, 2017
1 parent 3a0616b commit e8bf11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -92,7 +92,7 @@ script:
- mv Repetier-D3-M1.bin Davinci-2.0A-$TRAVIS_TAG.bin
- mv Repetier-D4-M1.bin Davinci-AiO-$TRAVIS_TAG.bin
- ls -al
- zip -r $TRAVIS_BUILD_DIR/Davinci-$TRAVIS_TAG.zip $TRAVIS_BUILD_DIR/releases/*.bin
- zip -r $TRAVIS_BUILD_DIR/Davinci-$TRAVIS_TAG.zip *.bin
- ls -al $TRAVIS_BUILD_DIR/*.zip
notifications:
email:
Expand Down

0 comments on commit e8bf11e

Please sign in to comment.