We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454dfe9 commit 048c032Copy full SHA for 048c032
.travis.yml
@@ -37,7 +37,7 @@ before_install:
37
./install.sh --user
38
rm -f install.sh
39
- cat .bazelrc.travis >> .bazelrc
40
- - git clone https://github.com/bazelbuild/intellij.git
+ - git clone --depth 1 https://github.com/bazelbuild/intellij.git
41
42
script:
43
- bash test_run.sh ci
test_run.sh
@@ -734,7 +734,7 @@ test_intellij_aspect() {
734
local rules_scala_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
735
736
if [[ "${test_env}" == "ci" ]]; then
737
- # ci: intellij is checked out with full git history in `.travis.yaml`
+ # ci: intellij is checked out in `.travis.yaml`
738
cd intellij
739
else
740
# local: update or checkout a sibling dir.
0 commit comments