1
0
mirror of https://github.com/ariejan/i6502.git synced 2025-01-28 09:29:56 +00:00
i6502/.travis.yml

13 lines
124 B
YAML
Raw Normal View History

2014-08-12 21:28:30 +02:00
language: go
go:
- 1.3
- tip
matrix:
allow_failures:
- go: tip
2014-08-13 06:19:44 +02:00
install:
- go get github.com/stretchr/testify