summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-18 12:32:37 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-18 12:32:37 -0400
commit39da69f051c48f15dd4af5e8a4cbe17ff4f349e5 (patch)
tree5aeb74a40587729a483194f48d1562706018f6b5
parentd1f71db45538f3a2a01287019928205a026477d2 (diff)
Fix travis.yml
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3cfdd8d36..8f0b64441 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,11 +4,11 @@ go:
cache:
directories:
- $HOME/.ccache
- - `go env GOPATH`/src/github.com/ry/v8worker2/out
+ - $GOPATH/src/github.com/ry/v8worker2/out
install:
- go get github.com/jteeuwen/go-bindata
- go get -d github.com/ry/v8worker2
- - (cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py)
+ - (cd $GOPATH/src/github.com/ry/v8worker2 && ./tools/build.py)
- make
script:
- make lint