Skip to content

Commit fa4898d

Browse files
committed
add explicit git settings for travis
1 parent 628ef42 commit fa4898d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: java
22

3+
git:
4+
quiet: true
5+
submodules: false
6+
37
# Since Jackson 2.7, build requires jdk7, although module itself works on jdk6 still (for now)
48
# and since 2.10, will require jdk8 for build
59
jdk:

0 commit comments

Comments
 (0)