Skip to content

Commit

Permalink
build: add travis mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuvalke committed Jun 2, 2021
1 parent 5e50749 commit 39da0a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ elif [ "${TRAVIS_MODE}" = "release" ] || [ "${TRAVIS_MODE}" = "releaseCanary" ];
echo "Building..."
yarn run build
echo "Finish building"
elif [ "${TRAVIS_MODE}" = "deploy" ]; then
echo "Deploy..."
else
echo "Unknown travis mode: ${TRAVIS_MODE}" 1>&2
exit 1
Expand Down

0 comments on commit 39da0a7

Please sign in to comment.