Skip to content

Commit

Permalink
Merge pull request #349 from mrikola/fix-travis-deployment
Browse files Browse the repository at this point in the history
Fix travis deployment
  • Loading branch information
Interrupt authored Jan 18, 2020
2 parents fc3c1d1 + 0a202fd commit 38ede87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ language: c
notifications:
email: false

env:
- PACKAGE_NAME="shockolate-$TRAVIS_OS_NAME-${BITS}bit.tgz"

matrix:
include:
- os: linux
Expand Down Expand Up @@ -66,6 +63,7 @@ before_deploy:
- cp osx-linux/run_$TRAVIS_OS_NAME.sh shockolate/run.sh
- cp -r shaders shockolate/
- cp -r res shockolate/
- export PACKAGE_NAME="shockolate-$TRAVIS_OS_NAME-${BITS}bit.tgz"
- tar zcfv $PACKAGE_NAME shockolate
- rm -r shockolate

Expand Down

0 comments on commit 38ede87

Please sign in to comment.