Skip to content

Commit

Permalink
Upgrade circleci to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanselzer committed Aug 28, 2018
1 parent 5880b62 commit 767aa29
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
21 changes: 21 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
jobs:
build:
working_directory: ~/react-image-magnify
branches:
ignore:
- gh-pages
docker:
- image: circleci/node:10.9.0
steps:
- checkout
- run:
name: install-npm
command: npm install
- save_cache:
key: dependency-cache-{{ checksum "package.json" }}
paths:
- ./node_modules
- run:
name: test
command: npm run test-ci
9 changes: 0 additions & 9 deletions circle.yml

This file was deleted.

0 comments on commit 767aa29

Please sign in to comment.