Skip to content

Commit

Permalink
upgrade dependencies and rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Aug 23, 2018
1 parent 3cf9897 commit 1199449
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 301 deletions.
28 changes: 11 additions & 17 deletions .travis.yml
Expand Up @@ -2,31 +2,25 @@ language: rust
services: docker
matrix:
fast_finish: true
allow_failures:
- env: RUSTFMT
- env: CLIPPY
include:
- env: RUSTFMT
- name: "rustfmt"
rust: nightly
before_script:
- cargo install rustfmt-nightly --force
script:
- cargo fmt -- --write-mode=diff
- env: CLIPPY
before_script: rustup component add rustfmt-preview
script: cargo fmt --all -- --check
- name: "clippy"
rust: nightly
before_script:
- cargo install clippy --force
script:
- cargo clippy -- -D clippy-pedantic
before_script: rustup component add clippy-preview
script: cargo clippy -- -D clippy-pedantic
- env: TARGET=x86_64-unknown-linux-gnu
rust: 1.25.0
name: "linux-stable"
rust: 1.28.0
- env: TARGET=x86_64-apple-darwin
rust: 1.25.0
name: "osx-stable"
rust: 1.28.0
os: osx
osx_image: xcode9.2

script:
- ci/run.sh
script: ci/run.sh

notifications:
email:
Expand Down

0 comments on commit 1199449

Please sign in to comment.