Unverified Commit 7f35106c authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #9 from libp2p/kevina/travisci

Add basic .travis.yml file.
parents 9ad2a49a e1a1afa4
os:
- linux
sudo: false
language: go
go:
- 1.9.x
install:
- make deps
script:
- 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
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