Skip to content

Commit

Permalink
Add forgotten export keyword in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdelKS committed Oct 17, 2020
1 parent 5522ee3 commit adaaed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ after_success:
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
export UPLOADTOOL_BODY="This is an experimental feature preview version. It is not intended for normal use, it is likely to crash and give wrong results.\nTravis CI build log: https://travis-ci.com/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID/"
export UPLOADTOOL_SUFFIX="preview-unstable"
UPLOADTOOL_ISPRERELEASE=true
export UPLOADTOOL_ISPRERELEASE=true
bash upload.sh ZeGrapher*.AppImage*
fi
- |
if [ $TRAVIS_OS_NAME == "osx" ]; then
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
export UPLOADTOOL_BODY="This is an experimental feature preview version. It is not intended for normal use, it is likely to crash and give wrong results.\nTravis CI build log: https://travis-ci.com/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID/"
export UPLOADTOOL_SUFFIX="preview-unstable-osx"
UPLOADTOOL_ISPRERELEASE=true
export UPLOADTOOL_ISPRERELEASE=true
bash upload.sh ZeGrapher.dmg
fi
Expand Down

0 comments on commit adaaed8

Please sign in to comment.