Unverified Commit f37743c9 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #14 from libp2p/kevina/travisci

Update Travis CI.
parents 5ce3bb92 79cc9c4a
os:
- linux
- osx
sudo: false
language: go
go:
- 1.8
- 1.9.x
install: true
env:
- GOTFLAGS="-race"
script:
install:
- make deps
- go test ./...
script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache:
directories:
......
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