Skip to content

Commit

Permalink
Add travis badge to ReadMe.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamz-22 committed Dec 16, 2017
1 parent 3008ff9 commit df61260
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Conditional Profiles

[![Build Status](https://travis-ci.org/shyamz-22/conditional-profiles.svg?branch=master)](https://travis-ci.org/shyamz-22/conditional-profiles)

### Default Spring profile behavior
```@Profile("A", "B")``` on a bean , Creates that bean when Profile A or B is active.

### Conditional Profiles
### Conditional Profiles
```@ConditionalOnProfiles("A","B")``` on a bean , Creates that bean only when Profile A and B is active.

0 comments on commit df61260

Please sign in to comment.