Платформа ЦРНП "Мирокод" для разработки проектов https://git.mirocod.ru
 
 
 
 
 
 

18 lines
192 B

language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- master
matrix:
fast_finish: true
allow_failures:
- go: master
sudo: false
script:
- go test -v -cpu=2
- go test -v -cpu=2 -race