summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-14 21:52:43 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-14 22:26:56 -0400
commit03af2c711818d616f8de82a5bc731a8ec2dbc723 (patch)
treedd1e0318233c603fdbd0f554376aaf2dca6b5e5f
parent8a7ac7f4f3aacfe322732c616c7622c79db9fae3 (diff)
Try to fix travis
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 4e3cbb5ec..b76cb3426 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,8 @@ go:
- 1.9.2
cache: ccache
install:
- - go get github.com/ry/v8worker2
- - cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py
+ - go get -d github.com/ry/v8worker2
+ - (cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py)
- make
script:
- make lint