Skip to content

Commit

Permalink
re-format
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Oct 29, 2018
1 parent 4aea5ed commit eab052c
Show file tree
Hide file tree
Showing 8 changed files with 411 additions and 272 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ matrix:
- name: "libc-test (linux)"
rust: nightly
script: ci/run-docker.sh x86_64-unknown-linux-gnu
- name: "rustfmt"
install: true
rust: nightly
before_script: rustup component add rustfmt-preview
script: cargo fmt --all -- --check

script:
- cargo test
Expand Down

0 comments on commit eab052c

Please sign in to comment.