Unverified Commit 7596c750 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #16 from libp2p/kevina/travsici

Update Travis CI to use standard test script.
parents 67ea8343 12c69720
......@@ -2,19 +2,18 @@ os:
- linux
- osx
sudo: false
language: go
go:
- 1.9
install: true
- 1.9.x
before_install:
install:
- make deps
script:
- go vet
- $GOPATH/bin/goveralls -service="travis-ci"
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache:
directories:
......
......@@ -2,11 +2,7 @@ gx:
go get github.com/whyrusleeping/gx
go get github.com/whyrusleeping/gx-go
covertools:
go get github.com/mattn/goveralls
go get golang.org/x/tools/cmd/cover
deps: gx covertools
deps: gx
gx --verbose install --global
gx-go rewrite
......
coverage:
range: "50...100"
comment: off
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