This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new cc70b51 mvn -B (#141)
cc70b51 is described below
commit cc70b51dec64097f2e3c3ffac8800b0ded724767
Author: RUI, LEI <[email protected]>
AuthorDate: Wed Apr 10 10:20:46 2019 +0800
mvn -B (#141)
* add -B to mvn
---
.travis.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index c8d9576..9b48b79 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
@@ -75,7 +75,7 @@ matrix:
# - choco install maven
# script:
# - java -version
-# - mvn clean integration-test
+# - mvn -B clean integration-test
#choco does not support openjdk8. we have to install it manually
# - os: windows
# language: c
@@ -98,7 +98,7 @@ matrix:
- export PATH=$JAVA_HOME/bin:$PATH
script:
- java -version
- - mvn clean integration-test
+ - mvn -B clean integration-test
- os: linux
name: linux-openjdk8
dist: trusty
@@ -127,8 +127,8 @@ install: true
script:
- java -version
- - mvn apache-rat:check
- - mvn clean integration-test
+ - mvn -B apache-rat:check
+ - mvn -B clean integration-test
after_success: