Skip to content

Commit

Permalink
Speed up travis and re-enable clippy (#97)
Browse files Browse the repository at this point in the history
Speed up travis and re-enable clippy
  • Loading branch information
zmbush authored Oct 4, 2019
1 parent 7093d0e commit abb3b6c
Show file tree
Hide file tree
Showing 15 changed files with 39 additions and 382 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- rustup component add rustfmt
- nvm install 8
- npm install -g yarn
- cargo install --force diesel_cli
- (cargo install --list | grep 'diesel_cli') || cargo install diesel_cli --no-default-features --features postgres
- yarn
before_script:
- psql -c 'create database budgetron;' -U postgres
Expand All @@ -18,7 +18,6 @@ before_script:
- cargo build
script:
- yarn run webpack
# TODO: Re-enable this
# - cargo clippy --all -- -D clippy::all
- cargo clippy --all -- -D clippy::all
- cargo fmt --all -- --check
- cargo test
Loading

0 comments on commit abb3b6c

Please sign in to comment.