Use `os` matrix instead of explicit matrix.include

main
Dan Buch 7 years ago
parent 8164aa88ca
commit 184ffb5e57
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -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

Loading…
Cancel
Save