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
add travis support
master
Daniel Qian
10 years ago
parent
7e46113bbc
commit
dc9161844e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
View File
@@ -2,7 +2,7 @@ language: java
jdk:
- oraclejdk7
script: "mvn clean
deploy
-Dmaven.test.skip=true"
script: "mvn clean
install
-Dmaven.test.skip=true"
branches:
only:
Write
Preview
Loading…
Cancel
Save