Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 767aa29

Browse filesBrowse files
committed
Upgrade circleci to v2.0
1 parent 5880b62 commit 767aa29
Copy full SHA for 767aa29

File tree

Expand file treeCollapse file tree

2 files changed

+21
-9
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+21
-9
lines changed
Open diff view settings
Collapse file

‎.circleci/config.yml‎

Copy file name to clipboard
+21Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
jobs:
3+
build:
4+
working_directory: ~/react-image-magnify
5+
branches:
6+
ignore:
7+
- gh-pages
8+
docker:
9+
- image: circleci/node:10.9.0
10+
steps:
11+
- checkout
12+
- run:
13+
name: install-npm
14+
command: npm install
15+
- save_cache:
16+
key: dependency-cache-{{ checksum "package.json" }}
17+
paths:
18+
- ./node_modules
19+
- run:
20+
name: test
21+
command: npm run test-ci
Collapse file

‎circle.yml‎

Copy file name to clipboardExpand all lines: circle.yml
-9Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.