File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dist: trusty
6
6
jdk :
7
7
- openjdk12
8
8
- openjdk11
9
- - oraclejdk8
9
+ - openjdk8
10
10
11
11
after_success :
12
12
- chmod -R 777 ./travis/after_success.sh
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
#
3
- # Copyright 2015-2017 the original author or authors.
3
+ # Copyright 2015-2019 the original author or authors.
4
4
#
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
6
# you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ echo "Current commit detected: ${commit_message}"
33
33
34
34
if [ $TRAVIS_REPO_SLUG == " mybatis/freemarker-scripting" ] && [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_BRANCH " == " master" ] && [[ " $commit_message " != * " [maven-release-plugin]" * ]]; then
35
35
36
- if [ $TRAVIS_JDK_VERSION == " oraclejdk8 " ]; then
36
+ if [ $TRAVIS_JDK_VERSION == " openjdk8 " ]; then
37
37
38
38
# Deploy to sonatype
39
39
./mvnw clean deploy -q --settings ./travis/settings.xml
You can’t perform that action at this time.
0 commit comments