This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch fix_incorrect_version_file_position
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to
refs/heads/fix_incorrect_version_file_position by this push:
new 728b755 add -B in winOS's mvn command
728b755 is described below
commit 728b7556633b17856b0b96f6706853cb2e5b9511
Author: xiangdong huang <[email protected]>
AuthorDate: Wed Apr 10 08:08:39 2019 +0800
add -B in winOS's mvn command
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index c8d9576..ebbab05 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -64,7 +64,7 @@ matrix:
- choco install maven
script:
- java -version
- - mvn clean integration-test
+ - mvn -B clean integration-test
# - os: windows
# language: c
# name: win-oraclejdk11