mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Try to fix travis
This commit is contained in:
parent
81d0c571ba
commit
80685a53eb
1 changed files with 4 additions and 4 deletions
|
@ -32,13 +32,13 @@ before_install: |
|
|||
popd
|
||||
fi
|
||||
install:
|
||||
- go get ./...
|
||||
- env
|
||||
- go get -d github.com/ry/v8worker2
|
||||
- (cd $GOPATH/src/github.com/ry/v8worker2 && ./tools/build.py)
|
||||
- go get -u github.com/golang/protobuf/proto
|
||||
- go get -u github.com/spf13/afero
|
||||
- go get -u github.com/golang/protobuf/protoc-gen-go
|
||||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
- go get -d github.com/ry/v8worker2
|
||||
- env
|
||||
- (cd $GOPATH/src/github.com/ry/v8worker2 && ./tools/build.py)
|
||||
- yarn
|
||||
script:
|
||||
- make lint
|
||||
|
|
Loading…
Reference in a new issue