mirror of
https://github.com/ariejan/i6502.git
synced 2024-11-16 04:04:33 +00:00
13 lines
124 B
YAML
13 lines
124 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.3
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
install:
|
|
- go get github.com/stretchr/testify
|