Skip to content

Commit

Permalink
Simplify build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
azuresol committed Jan 24, 2017
1 parent 63fad6a commit 13e5b36
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
dist: trusty
language: rust

rust:
- stable

os:
- linux
- osx

env:
global:
- CRATE_NAME=kytan
- DEPLOY_VERSION=stable

# Default job
matrix:
- TARGET=x86_64-apple-darwin
- TARGET=x86_64-unknown-linux-gnu

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

addons:
apt:
Expand Down

0 comments on commit 13e5b36

Please sign in to comment.