Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Problem: Travis CI has no macOS configuration. #39

Merged
merged 1 commit into from
Nov 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dist: trusty
language: go

os:
- linux
- osx

go:
- 1.11.x
- master
Expand Down