Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
add osx
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jan 13, 2017
1 parent 94f3457 commit 3d1d5d1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
sudo: false
notifications:
email: false
os:
- linux
go:
- 1.7
- tip
matrix:
include:
- os: linux
go: 1.7
- os: linux
go: tip
- os: osx
go: 1.7
install:
- echo "This is an override of the default install deps step in travis."
script:
Expand Down

0 comments on commit 3d1d5d1

Please sign in to comment.