Merge pull request #8 from bfirsh/travis

Add Travis config
This commit is contained in:
Ben Firshman 2014-12-05 09:07:37 +00:00
commit 51fc58a9eb
2 changed files with 6 additions and 0 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: go
go:
- 1.3
script: script/test

2
script/test Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
GOPATH=`pwd`/Godep/_workspace:$GOPATH go test -v ./...