Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Emulator000 authored Oct 19, 2020
1 parent 8c00c87 commit e1e047c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ addons:
apt:
update: true
packages:
- rabbitmq-server
- cmake
- build-essential
- libssl-dev
- libmysqlclient-dev

services:
- rabbitmq

after_success: |
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
`RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install --force cargo-tarpaulin`
Expand Down

0 comments on commit e1e047c

Please sign in to comment.