Skip to content

Commit 048c032

Browse files
committed
Checkout the intellij repo in CI with depth 1. Full history is not needed.
1 parent 454dfe9 commit 048c032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ before_install:
3737
./install.sh --user
3838
rm -f install.sh
3939
- cat .bazelrc.travis >> .bazelrc
40-
- git clone https://github.com/bazelbuild/intellij.git
40+
- git clone --depth 1 https://github.com/bazelbuild/intellij.git
4141

4242
script:
4343
- bash test_run.sh ci

test_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ test_intellij_aspect() {
734734
local rules_scala_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
735735

736736
if [[ "${test_env}" == "ci" ]]; then
737-
# ci: intellij is checked out with full git history in `.travis.yaml`
737+
# ci: intellij is checked out in `.travis.yaml`
738738
cd intellij
739739
else
740740
# local: update or checkout a sibling dir.

0 commit comments

Comments
 (0)