Skip to content

Commit 027a63c

Browse files
committed
ci: testing
1 parent c4ba4df commit 027a63c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

circle.yml renamed to .circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ version: 2
1414

1515
jobs:
1616
build:
17-
docker:
18-
- image: thinca/vim
19-
2017
working_directory: ~/repo
2118

2219
steps:

.circleci/images/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM thinca/vim:8.1.0255
2+
3+
RUN apk add make

0 commit comments

Comments
 (0)