Skip to content

Commit

Permalink
add travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Russ Ross committed May 13, 2015
1 parent bbdc44f commit a9dd87a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Travis CI (http://travis-ci.org/) is a continuous integration service for
# open source projects. This file configures it to run unit tests for
# meddler.

language: go

go:
- 1.2
- 1.3
- 1.4

install:
- go get -d -t -v ./...
- go build -v ./...

script:
- go test -v ./...

0 comments on commit a9dd87a

Please sign in to comment.