Skip to content

Commit

Permalink
Install CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yinm committed Dec 5, 2019
1 parent 25ba4e8 commit 2b12212
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,10 @@
version: 2.1
jobs:
build:
docker:
- image: circleci/node:12.13-browsers
working_directory: ~/study-lighthouse-ci
steps:
- checkout
- run: npm i
- run: npm run collect

0 comments on commit 2b12212

Please sign in to comment.