Skip to content

Commit

Permalink
Fix travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Aug 11, 2018
1 parent 7b5affd commit 02497c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ addons:
- python3.5
- python3.5-dev
- qt5-default
script:
- yarn build
before_deploy:
- ARCHIVE_NAME="${TRAVIS_TAG:-latest}-$TRAVIS_OS_NAME-`uname -m`.tar"
- DIST_DIR="$TRAVIS_BUILD_DIR/dist"
- echo "ARCHIVE_NAME=$ARCHIVE_NAME DIST_DIR=$DIST_DIR"
- yarn build
- tar --create --verbose --file="$ARCHIVE_NAME" --directory "$TRAVIS_BUILD_DIR/dist"
- tar --create --verbose --file="$ARCHIVE_NAME" --directory "$TRAVIS_BUILD_DIR/dist" .
deploy:
provider: releases
draft: false
Expand Down

0 comments on commit 02497c6

Please sign in to comment.