diff --git a/.travis.yml b/.travis.yml index 68302d9..d32fcad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -38,7 +38,7 @@ env: - RUSTFLAGS="-A unknown-lints -D warnings" matrix: - CARGOFLAGS="" - - CARGOFLAGS="--release" + # - CARGOFLAGS="--release" before_script: - rustup update