Browse Source

yml: add version

pull/2/head
Neel Coffin 6 years ago
parent
commit
e7403b0d6a
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -27,7 +27,8 @@
- checkout
- run: yarn test:ci
workflows:
workflows:
version: 2
build_and_test:
jobs:
- build

Loading…
Cancel
Save