Skip to content

Commit

Permalink
updated travis build for stable rust
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Jan 28, 2020
1 parent 8d67893 commit d33d264
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 169 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
language: rust
rust:
- stable
- nightly
jobs:
include:
- rust: stable
env: FEATURES=""
- rust: nightly
env: FEATURES="--features nightly"

services:
- memcached

script:
- cargo check --features nightly --all --all-targets
- cargo build --features nightly
- cargo test --features nightly --no-fail-fast
- cargo check $FEATURES --all --all-targets
- cargo build $FEATURES
- cargo test $FEATURES --no-fail-fast
18 changes: 0 additions & 18 deletions benchmark/Cargo.toml

This file was deleted.

145 changes: 0 additions & 145 deletions benchmark/benchmark.rs

This file was deleted.

0 comments on commit d33d264

Please sign in to comment.