Browse Source

added travis file

pull/2/head
ernado 11 years ago
parent
commit
5d9ea0f3d4
  1. 15
      .travis.yml

15
.travis.yml

@ -0,0 +1,15 @@
language: go
go:
- 1.2
- 1.3
- release
- tip
before_install:
- export PATH=/home/travis/gopath/bin:$PATH
install:
- go get go/...
script:
- go test go/...
Loading…
Cancel
Save