Skip to content

Commit

Permalink
chore(ci): add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alehatsman committed Feb 19, 2018
1 parent dbe03e8 commit 71b1255
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: go

before_install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure

go:
- tip

0 comments on commit 71b1255

Please sign in to comment.