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

Commit 6263505

Browse files
authored
Merge pull request #57 from bzz/fix-56
SDK update + fix failing AST transformation for a valid JS file
2 parents 3f397ff + a836d36 commit 6263505

18 files changed

+3265
-248
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: go
22

33
go:
4-
- '1.10'
4+
- '1.11'
55

66
services:
77
- docker
88

99
env:
10-
- BBLFSHD_VERSION=v2.9.1
10+
- BBLFSHD_VERSION=v2.11.7
1111

1212
install:
1313
- curl -L https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 > $GOPATH/bin/dep

0 commit comments

Comments
 (0)