Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 413c430

Browse files
committed
v2: tests - add missing to CI and small import cleanup
Signed-off-by: Alexander Bezzubov <[email protected]>
1 parent 309ae32 commit 413c430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ jobs:
4040
- sudo apt-get install -y binutils
4141
- ./sbt assembly
4242
- ./sbt "testOnly *Close* *ClientVersion* *SupportedLanguages*"
43+
- ./sbt "testOnly org.bblfsh.client.v2.BblfshClientParseTest -- -z \"Parsed UAST for .java file\""
4344
- ./sbt "testOnly org.bblfsh.client.v2.BblfshClientParseTest -- -z \"Decoded UAST after parsing\""
4445
- ./sbt "testOnly org.bblfsh.client.v2.BblfshClientParseTest -- -z \"Decoded UAST RootNode\""
46+
4547
after_failure: *failure_logs_anchor
4648

4749
- name: 'Cross-compile, release & publish to Sonatype'

src/test/scala/org/bblfsh/client/v2/BblfshClientCloseTest.scala

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
package org.bblfsh.client.v2
22

3-
import gopkg.in.bblfsh.sdk.v2.protocol.driver.VersionResponse
43
import org.scalatest.{BeforeAndAfter, FunSuite}
54

6-
import scala.io.Source
75

86
class BblfshClientClose extends FunSuite with BeforeAndAfter {
97
val client = BblfshClient("0.0.0.0", 9432)

0 commit comments

Comments
 (0)