
* core_test: fix TestCoreFpRegisters on go1.9 It was broken by 7bec20e5fca48552b004fc8776dd9e6502a11706 * travis-ci: switch to VM builders for linux
16 lines
125 B
YAML
16 lines
125 B
YAML
language: go
|
|
sudo: required
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
go:
|
|
- tip
|
|
- 1.9.x
|
|
- 1.8.x
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|