Adding before_script to fix travis.

This commit is contained in:
gwoo
2014-04-13 12:32:36 -07:00
parent f5d60dc178
commit 7fb476c7a1

View File

@@ -1,5 +1,8 @@
language: go language: go
go: 1.2 go: 1.2
before_script:
- go build -a
script: script:
- go test -v - go test -v