Skip to content

Commit e1c8846

Browse files
rimitihaoqunjiang
authored andcommitted
ci: use CircleCI 2.0 and Node v8.x (#150)
* chore(circle.yml) use lts node version * chore(.circleci/config.yml) use circle ci 2.0 with node 8.x * chore(circle.yml) file removed * chore(config.yml) working_directory added * chore(.circle/config.yml) checkout step added
1 parent 3c6dcca commit e1c8846

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.circleci/config.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/node:8
6+
working_directory: ~/repository
7+
steps:
8+
- checkout
9+
- run: yarn
10+
- run: yarn lint
11+
- run: yarn test

circle.yml

-3
This file was deleted.

0 commit comments

Comments
 (0)