Skip to content

Commit 5bfb2e4

Browse files
committed
增加travis配置
1 parent d519323 commit 5bfb2e4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: java
2+
3+
sudo: false
4+
5+
jdk:
6+
- oraclejdk8
7+
- oraclejdk7
8+
- openjdk6

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Spring Boot 集成 MyBatis, 分页插件 PageHelper, 通用 Mapper
22

3+
[![Build Status](https://travis-ci.org/abel533/MyBatis-Spring-Boot.svg?branch=master)](https://travis-ci.org/abel533/MyBatis-Spring-Boot)
4+
5+
36
- [Spring Boot 1.5.1.RELEASE](https://github.com/spring-projects/spring-boot)
47
- [mybatis-spring-boot-starter](https://github.com/mybatis/spring-boot-starter)
58
- [mapper-spring-boot-starter](https://github.com/abel533/mapper-boot-starter)

0 commit comments

Comments
 (0)