This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update .travis.yml
master
Binary Wang
8 years ago
committed by
GitHub
parent
e4b37f9762
commit
4758440792
1 changed files
with
9 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-8
.travis.yml
+ 9
- 8
.travis.yml
View File
@@ -9,18 +9,19 @@ addons:
jdk:
- oraclejdk8
#script: "mvn clean package -Dmaven.test.skip=true"
branches:
only:
- develop
notifications:
email:
- binaryw@qq.com
script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
branches:
only:
- develop
cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/.sonar/cache'
notifications:
email:
- binaryw@qq.com
Write
Preview
Loading…
Cancel
Save