Skip to content

Commit

Permalink
feat(build): restore build scope and add osx os
Browse files Browse the repository at this point in the history
Restore the Travis build scope for Go versions after testing.

Add OSX as an OS build target.

Fixes #225
  • Loading branch information
moorereason committed Oct 26, 2018
1 parent d051cb1 commit eb5bc8a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ sudo: false
language: go

go:
#- "1.8.x"
#- "1.9.x"
#- "1.10.x"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.11.x"
#- tip
- tip

os:
- linux
- osx
- windows

matrix:
Expand All @@ -20,6 +21,7 @@ matrix:
- go: tip

install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then git config --global core.autocrlf true ; fi
- make install-devtools
- make deps

Expand Down

0 comments on commit eb5bc8a

Please sign in to comment.