Use os
matrix instead of explicit matrix.include
This commit is contained in:
parent
8164aa88ca
commit
184ffb5e57
14
.travis.yml
14
.travis.yml
@ -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…
Reference in New Issue
Block a user