Skip to content

Commit 6782eeb

Browse files
committed
1 parent 9e9b54f commit 6782eeb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
version: 2.1
2+
executors:
3+
docker:
4+
docker:
5+
- image: circleci/rust:1.35.0
26
jobs:
37
build:
4-
docker:
5-
- image: alpine:3.7
8+
executor: docker
69
steps:
710
- run:
811
name: The First Step

0 commit comments

Comments
 (0)