mirror of
https://github.com/gwoo/goforever.git
synced 2025-10-05 15:36:49 +08:00
Adding before_script to fix travis.
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user