Skip to content

Commit d55fb12

Browse files
committed
wechat and travis
1 parent cda14e3 commit d55fb12

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: java
2+
3+
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true
4+
script: mvn clean install -DskipTests=true
5+
6+
7+
branches:
8+
only:
9+
- master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
内容整理自[《Java并发编程实战》](https://time.geekbang.org/column/intro/159)
22
相关工具类[《vjtools》](https://github.com/vipshop/vjtools)
3-
3+
作者微信:Zed-RD
44

55
# 1.序言及全览
66
## 学习并发的原因

0 commit comments

Comments
 (0)