Skip to content

Commit 38ede87

Browse files
authored
Merge pull request #349 from mrikola/fix-travis-deployment
Fix travis deployment
2 parents fc3c1d1 + 0a202fd commit 38ede87

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ language: c
33
notifications:
44
email: false
55

6-
env:
7-
- PACKAGE_NAME="shockolate-$TRAVIS_OS_NAME-${BITS}bit.tgz"
8-
96
matrix:
107
include:
118
- os: linux
@@ -66,6 +63,7 @@ before_deploy:
6663
- cp osx-linux/run_$TRAVIS_OS_NAME.sh shockolate/run.sh
6764
- cp -r shaders shockolate/
6865
- cp -r res shockolate/
66+
- export PACKAGE_NAME="shockolate-$TRAVIS_OS_NAME-${BITS}bit.tgz"
6967
- tar zcfv $PACKAGE_NAME shockolate
7068
- rm -r shockolate
7169

0 commit comments

Comments
 (0)