1
Fork 0

disable 1_30_0

This commit is contained in:
juliangaal 2019-06-07 10:52:04 +02:00
parent 5f64d50653
commit 5556a2910c

View file

@ -8,55 +8,10 @@ jobs:
- run: - run:
name: build and test name: build and test
command: cargo build && cargo test command: cargo build && cargo test
1_34_0:
docker:
- image: circleci/rust:1.34.0
steps:
- checkout
- run:
name: build and test
command: cargo build && cargo test
1_33_0:
docker:
- image: circleci/rust:1.33.0
steps:
- checkout
- run:
name: build and test
command: cargo build && cargo test
1_32_0:
docker:
- image: circleci/rust:1.33.0
steps:
- checkout
- run:
name: build and test
command: cargo build && cargo test
1_31_0:
docker:
- image: circleci/rust:1.33.0
steps:
- checkout
- run:
name: build and test
command: cargo build && cargo test
1_30_0:
docker:
- image: circleci/rust:1.33.0
steps:
- checkout
- run:
name: build and test
command: cargo build && cargo test
workflows: workflows:
version: 2 version: 2
build_and_test: build_and_test:
jobs: jobs:
- latest - latest
- 1_34_0
- 1_33_0
- 1_32_0
- 1_31_0
- 1_30_0