Skip to content

Commit

Permalink
Disable most of the matrix for now for testing coveralls coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
stouset committed Jul 24, 2020
1 parent bedcd86 commit 5586786
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -4,14 +4,14 @@ branches:

os:
- linux
- osx
# - osx

language: rust

rust:
- stable
- beta
- nightly
# - beta
# - nightly

# the earliest supported stable release; we depend upon
# * >= 1.32 for uniform module paths
Expand All @@ -38,7 +38,7 @@ env:
- RUSTFLAGS="-A unknown-lints -D warnings"
matrix:
- CARGOFLAGS=""
- CARGOFLAGS="--release"
# - CARGOFLAGS="--release"

before_script:
- rustup update
Expand Down

0 comments on commit 5586786

Please sign in to comment.