1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Add circleci

This commit is contained in:
Tim Neutkens 2018-09-02 15:14:29 +02:00
parent ff35d2e747
commit 2f2eaf25e4

10
.circleci/config.yml Normal file
View file

@ -0,0 +1,10 @@
version: 2
jobs:
build:
docker:
- image: circleci/node:8-browsers
working_directory: ~/repo
steps:
- checkout
- run: yarn install
- run: yarn test