mirror of
https://github.com/gwoo/goforever.git
synced 2025-09-27 03:45:51 +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