Skip to content

Commit

Permalink
Move to circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain-P-Goldfish committed Jun 14, 2021
1 parent d8d1029 commit de632cb
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2.1

jobs:
build:
docker:
- image: cimg/openjdk:11.0
steps:
- checkout
- run:
name: Build
command: mvn clean package

workflows:
build-and-test-project:
jobs:
- build
2 changes: 0 additions & 2 deletions .travis.yml

This file was deleted.

5 changes: 2 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
| Branch | Travis CI Status |
| Branch | Circle CI Status |
| :------ | :--------------- |
| master | [![Build Status](https://travis-ci.com/Captain-P-Goldfish/scim-for-keycloak.svg?branch=master)](https://travis-ci.com/Captain-P-Goldfish/scim-for-keycloak)

| master | [![CircleCI](https://circleci.com/gh/Captain-P-Goldfish/scim-for-keycloak/tree/master.svg?style=shield)](https://circleci.com/gh/Captain-P-Goldfish/scim-for-keycloak/tree/master)
# What is SCIM-for-keycloak?

It is a full SCIM implementation that is easily integrated into keycloak and is also easily configurable within the web
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<formatter-path>${project.parent.basedir}</formatter-path>

<version.keycloak>13.0.0</version.keycloak>
<version.scim.sdk>1.9.2</version.scim.sdk>
<version.scim.sdk>1.10.0</version.scim.sdk>

<version.sun.javax.activation>1.2.0</version.sun.javax.activation>
<version.javax.activation>1.1.1</version.javax.activation>
Expand Down

0 comments on commit de632cb

Please sign in to comment.