Skip to content

Commit

Permalink
ci: use CircleCI 2.0 and Node v8.x (#150)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rimiti authored and sodatea committed Dec 20, 2018
1 parent 3c6dcca commit e1c8846
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,11 @@
version: 2
jobs:
build:
docker:
- image: circleci/node:8
working_directory: ~/repository
steps:
- checkout
- run: yarn
- run: yarn lint
- run: yarn test
3 changes: 0 additions & 3 deletions circle.yml

This file was deleted.

0 comments on commit e1c8846

Please sign in to comment.