Skip to content

Commit 0ab10c2

Browse files
gregturnodrotbohm
authored andcommitted
DATAJPA-721 - Enabled Slack notifications for Travis build.
1 parent 1ac06b8 commit 0ab10c2

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
@@ -24,3 +24,6 @@ cache:
2424
install: true
2525

2626
script: "mvn clean dependency:list test -P${PROFILE} -Dsort"
27+
notifications:
28+
slack:
29+
secure: VYoJ2D6BM3etTNHJArJ47rVvj49PRZ+eIg12itOzlQSCnsPPob9X2OJVZ8Umatfx6TyP+rOrJAz+pqA1geumEzx+dIWTtBf6og703XKS9feLpM7sa1DupdstlGu506Wwevmb7nUq/Ct0ziCZykD3Cqu9tOhnai5wWlULBYDQ4WE=

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Spring Data JPA #
1+
# Spring Data JPA [![Build Status](https://travis-ci.org/spring-projects/spring-data-jpa.svg?branch=master)](https://travis-ci.org/spring-projects/spring-data-jpa) [![Build status](https://build.spring.io/plugins/servlet/buildStatusImage//SPRINGDATAJPA-DATAJPA)](https://build.spring.io/browse//SPRINGDATAJPA-DATAJPA)
22

33
The primary goal of the [Spring Data](http://projects.spring.io/spring-data) project is to make it easier to build Spring-powered applications that use data access technologies. This module deals with enhanced support for JPA based data access layers.
44

0 commit comments

Comments
 (0)