Skip to content

Commit

Permalink
Merge pull request #160 from exercism/masters3d-circleCI-mac
Browse files Browse the repository at this point in the history
Create circle.yml
  • Loading branch information
masters3d authored Mar 17, 2018
2 parents c9d3560 + 52c6648 commit 98c8c38
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2

jobs:
build920:
macos:
xcode: "9.2.0"
steps:
- checkout
- run: bin/fetch-configlet
- run: bin/configlet lint .
- run: make test

workflows:
version: 2
workflow:
jobs:
- build920

0 comments on commit 98c8c38

Please sign in to comment.