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

Commit 3b7a6bf

Browse files
bblfsh-release-botdennwc
authored andcommitted
update sdk to 3.3.1
Signed-off-by: bblfsh-release-bot <[email protected]>
1 parent 93f5906 commit 3b7a6bf

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- '1.12.x'
4+
- '1.13.x'
55

66
services:
77
- docker

Jenkinsfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,12 @@ spec:
7777
}
7878
}
7979
}
80+
post {
81+
success {
82+
slackSend (color: '#2eb886', message: "SUCCESS: `${env.JOB_NAME}` <${env.BUILD_URL}|build #${env.BUILD_NUMBER}>")
83+
}
84+
failure {
85+
slackSend (color: '#b82e60', message: "FAILED: `${env.JOB_NAME}` <${env.BUILD_URL}|build #${env.BUILD_NUMBER}>")
86+
}
87+
}
8088
}

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ module github.com/bblfsh/javascript-driver
33
go 1.12
44

55
require (
6-
github.com/bblfsh/sdk/v3 v3.2.4
6+
github.com/bblfsh/sdk/v3 v3.3.1
77
github.com/google/go-cmp v0.3.0 // indirect
88
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
99
github.com/opencontainers/runc v1.0.0-rc6 // indirect
1010
github.com/uber/jaeger-client-go v2.16.0+incompatible // indirect
1111
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
1212
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
1313
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
14-
golang.org/x/text v0.3.2
1514
google.golang.org/genproto v0.0.0-20190716160619-c506a9f90610 // indirect
1615
google.golang.org/grpc v1.22.0 // indirect
1716
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8
1212
github.com/antchfx/xpath v0.0.0-20190319080838-ce1d48779e67/go.mod h1:Yee4kTMuNiPYJ7nSNorELQMr1J33uOpXDMByNYhvtNk=
1313
github.com/bblfsh/sdk/v3 v3.2.4 h1:f8ayOnkeZ1Y7OuYy1W3UJnn3D959x/rDpKLAZUEBlE4=
1414
github.com/bblfsh/sdk/v3 v3.2.4/go.mod h1:U0RzICeJUQyBtte/N0t0VXdHdv/7x6vLvvr2E7walCM=
15+
github.com/bblfsh/sdk/v3 v3.3.1 h1:agX+PxBLnvH83jsVY0YMphrhQb2Wz5hUjlPY6Q6/JBQ=
16+
github.com/bblfsh/sdk/v3 v3.3.1/go.mod h1:U0RzICeJUQyBtte/N0t0VXdHdv/7x6vLvvr2E7walCM=
1517
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
1618
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
1719
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd h1:qMd81Ts1T2OTKmB4acZcyKaMtRnY5Y44NuXGX2GFJ1w=

0 commit comments

Comments
 (0)