Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Update travis with Spring5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrandja authored and rwinch committed Mar 27, 2018
1 parent 92d02af commit c00654c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ install: ./mvnw -U install --quiet -DskipTests=true -P bootstrap
script:
- jdk_switcher use openjdk7
- ./mvnw clean test -P bootstrap
# - jdk_switcher use oraclejdk8
# - ./mvnw -U clean test -P spring5
- jdk_switcher use oraclejdk8
- ./mvnw -f spring-security-oauth2 -U clean test -P spring5

0 comments on commit c00654c

Please sign in to comment.