Skip to content

Commit 15fab24

Browse files
committed
Merge pull request #5 from rajithd/fix/bugs
Added .travis.yml
2 parents 89fe8f4 + 472b7d1 commit 15fab24

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: java
2+
jdk:
3+
- oraclejdk8
4+
script: mvn clean install -DskipTests

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://secure.travis-ci.org/rajithd/spring-boot-oauth2.png)](http://travis-ci.org/rajithd/spring-boot-oauth2)
2+
13
# Build and Run
24
```java
35
mvn clean install -DskipTests spring-boot:run

0 commit comments

Comments
 (0)