Skip to content

Commit

Permalink
Merge pull request #1 from essentialkaos/develop
Browse files Browse the repository at this point in the history
r1
  • Loading branch information
andyone committed Nov 13, 2015
2 parents 947094b + d7dfcb4 commit 798f875
Show file tree
Hide file tree
Showing 87 changed files with 11,066 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: go
go:
- 1.4.2
- 1.5.1
- release
- tip

sudo: false

before_install:
- go get gopkg.in/check.v1

script:
- go test ./...
Loading

0 comments on commit 798f875

Please sign in to comment.