aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-01-30 02:12:19 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-01-30 02:12:19 +0800
commit447bad9dbd9ef033332b1166f7ac95aab5b82e43 (patch)
treed2c3f4ef9d65b8458f9c246b5126a3ea3beac1b0 /.travis.yml
parent89a48e365c6f401ed6e2b5fdbd5ab9ee9a91b033 (diff)
downloaddexon-447bad9dbd9ef033332b1166f7ac95aab5b82e43.tar
dexon-447bad9dbd9ef033332b1166f7ac95aab5b82e43.tar.gz
dexon-447bad9dbd9ef033332b1166f7ac95aab5b82e43.tar.bz2
dexon-447bad9dbd9ef033332b1166f7ac95aab5b82e43.tar.lz
dexon-447bad9dbd9ef033332b1166f7ac95aab5b82e43.tar.xz
dexon-447bad9dbd9ef033332b1166f7ac95aab5b82e43.tar.zst
dexon-447bad9dbd9ef033332b1166f7ac95aab5b82e43.zip
Travis fix
Satisfy dependency for obscuren/qml fork
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 21c15068b..6911eec84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ install:
# - go get golang.org/x/tools/cmd/vet
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
- go get github.com/mattn/goveralls
+ - go get gopkg.in/qml.v1
- ETH_DEPS=$(go list -f '{{.Imports}} {{.TestImports}} {{.XTestImports}}' github.com/ethereum/go-ethereum/... | sed -e 's/\[//g' | sed -e 's/\]//g' | sed -e 's/C //g'); if [ "$ETH_DEPS" ]; then go get $ETH_DEPS; fi
before_script:
- gofmt -l -w .