Skip to content

Commit 5b1401f

Browse files
authored
Merge pull request #54 from porglezomp/release/0.4.0
Release version 0.4
2 parents e6979e9 + bf056af commit 5b1401f

File tree

16 files changed

+1005
-455
lines changed

16 files changed

+1005
-455
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ matrix:
2828

2929
before_script:
3030
- export PATH="$PATH:$HOME/.cargo/bin"
31-
- which rustfmt || cargo install rustfmt
31+
# - which rustfmt || cargo install rustfmt
3232
script:
33-
- cargo fmt -- --write-mode=diff
33+
# - cargo fmt -- --write-mode=diff
3434
- cargo build --verbose
3535
- cargo test --verbose
3636

0 commit comments

Comments
 (0)