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

Commit 765fa13

Browse files
authored
Merge pull request #129 from juanjux/fix/travis
Update travis to the latest sdk version
2 parents 81c14f8 + 9b65f99 commit 765fa13

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- docker
88

99
before_script:
10-
- go get -v gopkg.in/bblfsh/sdk.v1/...
10+
- CGO_ENABLED=0 go get -v gopkg.in/bblfsh/sdk.v1/...
1111
- bblfsh-sdk prepare-build .
1212
- go get -v -t ./...
1313

fixtures/empty.py.uast

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
Status: ok
1+
Status: error
22
Errors:
3+
. column out of bounds: 1 [1, 0]
34
UAST:
5+
Module {
6+
. Roles: File,Module
7+
. StartPosition: {
8+
. . Offset: 0
9+
. . Line: 1
10+
. . Col: 1
11+
. }
12+
}
413

0 commit comments

Comments
 (0)