i6502/.travis.yml

13 lines
124 B
YAML
Raw Normal View History

2014-08-12 19:28:30 +00:00
language: go
go:
2015-04-09 07:11:50 +00:00
- 1.4
2014-08-12 19:28:30 +00:00
- tip
matrix:
allow_failures:
- go: tip
2014-08-13 04:19:44 +00:00
install:
- go get github.com/stretchr/testify