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

Commit

Permalink
Disable spring5 travis build
Browse files Browse the repository at this point in the history
Fixes gh-1227
  • Loading branch information
jgrandja committed Nov 20, 2017
1 parent e2e2e44 commit dd9eabd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
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 -U clean test -P spring5

0 comments on commit dd9eabd

Please sign in to comment.