Use os matrix instead of explicit matrix.include

This commit is contained in:
Dan Buch 2017-08-03 15:38:19 -04:00
parent 8164aa88ca
commit 184ffb5e57
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

View File

@ -1,19 +1,17 @@
language: go
sudo: false
dist: trusty
osx_image: xcode8.3
go: 1.8.x
os:
- linux
- osx
cache:
directories:
- node_modules
go: 1.8.x
matrix:
include:
- go: 1.8.x
os: osx
osx_image: xcode8.3
before_script:
- go get github.com/urfave/gfmrun/... || true
- go get golang.org/x/tools/cmd/goimports