Commit 8573bcec authored by Steven Allen's avatar Steven Allen

ci: use the latest standard travis scripts

parent 928570c7
os:
- linux
sudo: false
language: go
go:
- 1.8
- tip
- 1.9.x
install:
- make deps
script:
- make test
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache:
directories:
- $GOPATH/src/gx
notifications:
email: false
env: TEST_NO_FUSE=1 TEST_VERBOSE=1
env: GOTFLAGS="-race -cpu=5"
test: deps
go test -race -v ./...
export IPFS_API ?= v04x.ipfs.io
gx:
......@@ -10,5 +7,3 @@ gx:
deps: gx
gx --verbose install --global
gx-go rewrite
go get -t ./...
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment