This repository was archived by the owner on Mar 8, 2020. It is now read-only.
File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
3
3
go :
4
- - ' 1.12 .x'
4
+ - ' 1.13 .x'
5
5
6
6
services :
7
7
- docker
Original file line number Diff line number Diff line change 77
77
}
78
78
}
79
79
}
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
+ }
80
88
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/bblfsh/python-driver
3
3
go 1.12
4
4
5
5
require (
6
- github.com/bblfsh/sdk/v3 v3.2.4
6
+ github.com/bblfsh/sdk/v3 v3.3.1
7
7
github.com/google/go-cmp v0.3.0 // indirect
8
8
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
9
9
github.com/opencontainers/runc v1.0.0-rc6 // indirect
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ github.com/bblfsh/sdk/v3 v3.2.2 h1:+Kr5hTK8ZklcjRQgfiMnM6JNI5faN1bsW/JZAHD8kyI=
17
17
github.com/bblfsh/sdk/v3 v3.2.2 /go.mod h1:LSY0KJDbK4tQHGIk3rEYX4sAeWgZzNqV1E3Bp30/Nrw =
18
18
github.com/bblfsh/sdk/v3 v3.2.4 h1:f8ayOnkeZ1Y7OuYy1W3UJnn3D959x/rDpKLAZUEBlE4 =
19
19
github.com/bblfsh/sdk/v3 v3.2.4 /go.mod h1:U0RzICeJUQyBtte/N0t0VXdHdv/7x6vLvvr2E7walCM =
20
+ github.com/bblfsh/sdk/v3 v3.3.1 h1:agX+PxBLnvH83jsVY0YMphrhQb2Wz5hUjlPY6Q6/JBQ =
21
+ github.com/bblfsh/sdk/v3 v3.3.1 /go.mod h1:U0RzICeJUQyBtte/N0t0VXdHdv/7x6vLvvr2E7walCM =
20
22
github.com/blang/semver v3.5.1+incompatible /go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk =
21
23
github.com/client9/misspell v0.3.4 /go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw =
22
24
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd h1:qMd81Ts1T2OTKmB4acZcyKaMtRnY5Y44NuXGX2GFJ1w =
You can’t perform that action at this time.
0 commit comments