Skip to content
Snippets Groups Projects
Commit c773a4e4 authored by Oleksii Kliukin's avatar Oleksii Kliukin Committed by GitHub
Browse files

A bare bones .travis.yml (#48)

parent 987990fb
Branches
Tags
No related merge requests found
dist: trusty
language: go
go:
- 1.8
before_install:
- go get github.com/Masterminds/glide
- go get github.com/mattn/goveralls
install:
- make deps
script:
- goverals -service=travis-ci
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment