File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1616 with :
1717 java-version : 8
1818 - name : install
19- run : " ./.ci/travis .sh install"
19+ run : " ./.ci/ci .sh install"
2020
2121 mvn-install-java-11 :
2222 runs-on : ubuntu-latest
2727 with :
2828 java-version : 11
2929 - name : install
30- run : " ./.ci/travis .sh install"
30+ run : " ./.ci/ci .sh install"
3131
3232 integration-tests :
3333 runs-on : ubuntu-latest
3838 with :
3939 java-version : 11
4040 - name : run integration tests
41- run : " ./.ci/travis .sh integration-tests"
41+ run : " ./.ci/ci .sh integration-tests"
4242
4343 nondex :
4444 runs-on : ubuntu-latest
4949 with :
5050 java-version : 11
5151 - name : install
52- run : " ./.ci/travis .sh nondex"
52+ run : " ./.ci/ci .sh nondex"
5353
Original file line number Diff line number Diff line change 2727# fast_finish: true
2828# include:
2929# - jdk: openjdk11
30- # env: CMD="./.ci/travis .sh install"
30+ # env: CMD="./.ci/ci .sh install"
3131#
3232# - jdk: openjdk8
33- # env: CMD="./.ci/travis .sh install"
33+ # env: CMD="./.ci/ci .sh install"
3434#
3535# - jdk: openjdk11
36- # env: CMD="./.ci/travis .sh integration-tests"
36+ # env: CMD="./.ci/ci .sh integration-tests"
3737#
3838# - jdk: openjdk11
39- # env: CMD="./.ci/travis .sh nondex"
39+ # env: CMD="./.ci/ci .sh nondex"
You can’t perform that action at this time.
0 commit comments