Skip to content

Commit

Permalink
CI second attempt
Browse files Browse the repository at this point in the history
hromero committed Jan 3, 2019
1 parent 6e55823 commit abef2ce
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2.1
jobs:
dependencies:
- run:
name: Install Dependencies
command: yarn install
build:
steps:
- run: yarn install
- run: yarn test:unit
- run: yarn build

0 comments on commit abef2ce

Please sign in to comment.