mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
travis: Remove Travis unwanted code.
Since in travis we don't have root access so we used to add different srv path. As now we shifted our production suites to Circle CI we don't need that code so removed it. Also we used a hacky code in commit-lint-message for travis which is now of no use.
This commit is contained in:
@@ -3,9 +3,6 @@ set -eo pipefail
|
||||
|
||||
ZULIP_PATH="$(dirname "$0")/../.."
|
||||
ZULIP_SRV="/srv"
|
||||
if [ "$TRAVIS" ] ; then
|
||||
ZULIP_SRV="/home/travis"
|
||||
fi
|
||||
YARN_PACKAGE_JSON="$ZULIP_SRV/zulip-yarn/package.json"
|
||||
node_version=12.16.1
|
||||
yarn_version=1.22.4
|
||||
|
||||
Reference in New Issue
Block a user