Skip to content

Commit

Permalink
fix travis path
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed May 23, 2018
1 parent 1eba8c4 commit b99e02c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ matrix:
- cmake .. -GXcode
- cmake --build . --config Release

before_deploy: zip -r $Release.zip LICENSE README.md src/ dummies/
before_deploy:
- cd $TRAVIS_BUILD_DIR
- zip -r $Release.zip LICENSE README.md src/ dummies/
deploy:
provider: releases
skip_cleanup: true
Expand Down

0 comments on commit b99e02c

Please sign in to comment.