提交 0917a99d 编写于 作者: oldratlee's avatar oldratlee 🔥

fix .travis.yml

上级 7255dea7
...@@ -35,8 +35,8 @@ install: ...@@ -35,8 +35,8 @@ install:
- pip install --user codecov - pip install --user codecov
script: script:
# default oracle jdk 11, do build and test # default jdk 11, do build and test
- switch_to_oracle_jdk11 - switch_to_open_jdk11
- ./scripts/run-agent-test.sh # run junit test in run-agent-test.sh - ./scripts/run-agent-test.sh # run junit test in run-agent-test.sh
# open jdk 6 # open jdk 6
- jdk_switcher use openjdk6 - jdk_switcher use openjdk6
...@@ -66,10 +66,6 @@ script: ...@@ -66,10 +66,6 @@ script:
- switch_to_open_jdk10 - switch_to_open_jdk10
- ./scripts/run-junit.sh skipClean - ./scripts/run-junit.sh skipClean
- ./scripts/run-agent-test.sh skipClean - ./scripts/run-agent-test.sh skipClean
# open jdk 11
- switch_to_open_jdk11
- ./scripts/run-junit.sh skipClean
- ./scripts/run-agent-test.sh skipClean
# open jdk 12 # open jdk 12
- switch_to_open_jdk12 - switch_to_open_jdk12
- ./scripts/run-junit.sh skipClean - ./scripts/run-junit.sh skipClean
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册