Skip to content

Commit a423326

Browse files
add travis CI
1 parent 2bd5844 commit a423326

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: java
2+
3+
script: mvn test -B

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SpringTutorials
1+
# SpringTutorials [![Build Status](https://travis-ci.org/fishercoder1534/SpringTutorials.svg?branch=master)](https://travis-ci.org/fishercoder1534/SpringTutorials)
22

33
This is a Maven managed project, so just fire up your IntelliJ/Eclipse and open this project as a Maven project, then your IDE will smile. ^ ^
44
It saves you from all of the depedency management hassel as it saves me from downloading/managing all those Spring/Commons/Logging jars and put them on my classpath.

0 commit comments

Comments
 (0)