Skip to content

Commit

Permalink
Set target os on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Dec 8, 2018
1 parent 67b4ba2 commit ff9c345
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ go:
- "1.10"
- "master"

os:
- linux
- osx

before_install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- dep ensure
Expand Down

0 comments on commit ff9c345

Please sign in to comment.