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

Commit

Permalink
Problem: Travis CI has no macOS configuration.
Browse files Browse the repository at this point in the history
Solution: add macOS configuration.
  • Loading branch information
AlekSi committed Nov 4, 2018
1 parent dae0962 commit 5e2cb0f
Showing 1 changed file with 4 additions and 1 deletion.
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

0 comments on commit 5e2cb0f

Please sign in to comment.