1
0
Fork 0
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:
Ryan Dahl 2018-05-27 16:54:54 -04:00
parent 81d0c571ba
commit 80685a53eb

View file

@ -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