Skip to content

Commit

Permalink
use matrix: instead of bare os:
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Thomson committed Jun 28, 2017
1 parent 03c3a59 commit 73bb201
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ language: go
env:
global:
- PROJECT_NAME=goblin
- TARGET=${TRAVIS_OS_NAME}

go_import_path: github.com/ReconfigureIO/goblin

os:
- linux
- osx
matrix:
- env: TARGET=x86_64-unknown-linux
os: linux
- env: env: TARGET=x86_64-apple-darwin
os: osx

go:
- 1.7.1
Expand Down

0 comments on commit 73bb201

Please sign in to comment.