Skip to content

Commit

Permalink
travis: allow nightly builds to fail; we'll investigate
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiming Jing committed Feb 3, 2019
1 parent fff6251 commit d287495
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ matrix:
env: ARCH=x86_64_macos
- name: rust-san
rust: nightly
env: ARCH=x86_64_linux
env: ARCH=x86_64_linux SAN=yes
before_install:
install:
before_script:
Expand Down Expand Up @@ -51,6 +51,8 @@ matrix:
- cargo fmt --all -- --check `find src -iname "*.rs"`
- docker run --security-opt seccomp=unconfined -v "$PWD:/volume" xd009642/tarpaulin
cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
allow_failures:
- rust: nightly
fast_finish: true
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
Expand Down

0 comments on commit d287495

Please sign in to comment.