spacemacs/.circleci/config.yml
2017-08-18 20:50:21 +03:00

15 lines
215 B
YAML

---
# Circle CI YAML file
version: 2.0
general:
branches:
ignore:
- master
jobs:
build:
docker:
- image: jare/spacemacs-circleci
steps:
- checkout
- run: bash ./.circleci/run