Skip to content

Commit 2489072

Browse files
committed
调整script参数
1 parent 46d7309 commit 2489072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cache:
1010
before_script:
1111
- npm install
1212
script: true
13-
install: travis_wait 30 ./mvnw clean install -Dmaven.javadoc.skip=true -Dgpg.skip=true -DskipNpmBuild=true -Dmaven.test.skip=true
13+
install: travis_wait 30 mvn clean install -Dmaven.javadoc.skip=true -Dgpg.skip=true -DskipNpmBuild=true -Dmaven.test.skip=true
1414
after_success:
1515
- bash <(curl -s https://codecov.io/bash)
1616
notifications:

0 commit comments

Comments
 (0)