We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23649a8 commit 6d41b4bCopy full SHA for 6d41b4b
.travis.yml
@@ -1,8 +1,5 @@
1
before_install:
2
- - git clone https://github.com/confluentinc/ksql.git &&
3
- cd ksql &&
4
- git checkout 0.1.x &&
5
- mvn -pl '!ksql-cli' clean install -Dmaven.test.skip=true
+ - git clone https://github.com/confluentinc/ksql.git && cd ksql && git checkout 0.1.x && mvn -pl '!ksql-cli' clean install -Dmaven.test.skip=true
6
script:
7
- sbt clean coverage test coverageReport && sbt coverageAggregate
8
after_success:
0 commit comments