forked from cerc-io/ipld-eth-server
12 lines
103 B
YAML
12 lines
103 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.7
|
||
|
- tip
|
||
|
|
||
|
env:
|
||
|
- GIMME_ARCH=amd64
|
||
|
- GIMME_ARCH=386
|
||
|
|
||
|
script: "make travis"
|