Skip to content

Commit

Permalink
[ISSUE #822] Update .travis.yml (#823)
Browse files Browse the repository at this point in the history
* Update .travis.yml
  • Loading branch information
Git-Yang authored Oct 8, 2021
1 parent b4a0c43 commit 10098f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ branches:
only:
- master
env:
- TEST_DIR=rocketmq-flink
- TEST_DIR=rocketmq-connect
script: "cd $TEST_DIR && mvn clean package"
2 changes: 1 addition & 1 deletion rocketmq-connect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<rocketmq.version>4.4.0</rocketmq.version>
<junit.version>4.11</junit.version>
<assertj.version>2.6.0</assertj.version>
<mockito.version>2.6.3</mockito.version>
<mockito.version>3.2.4</mockito.version>
<httpclient.version>4.5.5</httpclient.version>
<openmessaging.connector.version>0.1.1</openmessaging.connector.version>
<fastjson.version>1.2.58</fastjson.version>
Expand Down

0 comments on commit 10098f8

Please sign in to comment.