Skip to content

Commit

Permalink
Small fixes to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Apr 21, 2020
1 parent 5553c6b commit b0e1f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ script:

after_script:
- if [ $TRAVIS_BRANCH = "master" ]; then export VERSION=master; else export VERSION=`echo $TRAVIS_BRANCH | cut -d "/" -f 2`; fi
- export TGZ_FILE=$PROJECT-$VERSION-$TRAVIS_DIST-$PLATFORM.tgz
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export TGZ_FILE=$PROJECT-$VERSION-$TRAVIS_DIST-$PLATFORM.tgz; else export TGZ_FILE=$PROJECT-$VERSION-$PLATFORM.tgz; fi
- echo $TGZ_FILE
- cp $PROJECT/README.md $PROJECT/LICENSE $PROJECT/$PROJECT/AUTHORS dist
- cd dist
Expand Down

0 comments on commit b0e1f03

Please sign in to comment.