Skip to content

Commit

Permalink
ci: Avoid logictest submodule checkout on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger committed May 22, 2018
1 parent fd434a9 commit 459d79f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,8 @@ env:
- _JAVA_OPTIONS="-Xms1g -Xmx1g"
- GRADLE_OPTS="-Dorg.gradle.daemon=false"

git:
submodules: false

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand All @@ -24,6 +26,9 @@ notifications:
email: false


before_install:
- git submodule update --init -- es/upstream

script:
- ./gradlew -s :sql:test

Expand Down

0 comments on commit 459d79f

Please sign in to comment.