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
1e94c452ba
commit
7e46113bbc
1 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
.travis.yml
+ 13
- 0
.travis.yml
View File
@@ -0,0 +1,13 @@
language: java
jdk:
- oraclejdk7
script: "mvn clean deploy -Dmaven.test.skip=true"
branches:
only:
- develop
notifications:
email:
- chanjarster@gmail.com
Write
Preview
Loading…
Cancel
Save