Skip to content

Commit

Permalink
CI experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
maticzav committed Apr 20, 2018
1 parent b3fd9bb commit 6b2ff4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
steps:
- checkout
- run:
name: install
command: |
sudo npm install -g yarn
yarn install
name: install
command: |
sudo npm install -g yarn
yarn install
- run: yarn test
- run: yarn semantic-release

0 comments on commit 6b2ff4e

Please sign in to comment.