aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-02-06 07:13:51 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-02-06 07:13:51 +0800
commitf3ac378ca4f670a6504d5138278bb33104eade0a (patch)
treeaf513f3d778152786d2ac4001ea3ffaf801d1af8 /.travis.yml
parente40c1c62ce0c2d9567066d84ea74fd24b424a81a (diff)
downloadgo-tangerine-f3ac378ca4f670a6504d5138278bb33104eade0a.tar
go-tangerine-f3ac378ca4f670a6504d5138278bb33104eade0a.tar.gz
go-tangerine-f3ac378ca4f670a6504d5138278bb33104eade0a.tar.bz2
go-tangerine-f3ac378ca4f670a6504d5138278bb33104eade0a.tar.lz
go-tangerine-f3ac378ca4f670a6504d5138278bb33104eade0a.tar.xz
go-tangerine-f3ac378ca4f670a6504d5138278bb33104eade0a.tar.zst
go-tangerine-f3ac378ca4f670a6504d5138278bb33104eade0a.zip
No long use v1 branch of qml repo
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 4659503e9..1a7e69ecb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +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 -d github.com/obscuren/qml && cd $HOME/gopath/src/github.com/obscuren/qml && git checkout v1 && cd $TRAVIS_BUILD_DIR
- - 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 -d $ETH_DEPS; fi
+ - 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 -d -v $ETH_DEPS; fi
before_script:
- gofmt -l -w .
- goimports -l -w .