Skip to content

Commit bf7d779

Browse files
committed
调整script参数
1 parent 18a00ae commit bf7d779

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ cache:
99
- node_modules
1010
before_script:
1111
- npm install
12-
script: travis_wait 30 ./mvn clean install -Dmaven.javadoc.skip=true -Dgpg.skip=true -DskipNpmBuild=true -Dmaven.test.skip=true
12+
script: true
13+
install: travis_wait 30 ./mvn clean install -Dmaven.javadoc.skip=true -Dgpg.skip=true -DskipNpmBuild=true -Dmaven.test.skip=true
1314
after_success:
1415
- bash <(curl -s https://codecov.io/bash)
1516
notifications:

0 commit comments

Comments
 (0)