~janbaudisch/euler-rs

c238137573431eb0a268097d89cbfe85d60c0591 — Jan Baudisch 5 years ago 93c1fc2
udpdate ci
1 files changed, 1 insertions(+), 1 deletions(-)

M .travis.yml
M .travis.yml => .travis.yml +1 -1
@@ 17,6 17,6 @@ jobs:
    - stage: format
      rust: nightly
      install:
        - rustup component add rustfmt || cargo install --git https://github.com/rust-lang/rustfmt --force --bin rustfmt
        - rustup component add rustfmt
      script:
        - cargo fmt --all -- --check