Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Commit

Permalink
update ci config
Browse files Browse the repository at this point in the history
- update travis ci to node 8
- update to circieci 2.0
  • Loading branch information
Ffloriel committed May 22, 2018
1 parent a0c9e61 commit dc3ba67
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
jobs:
build:
docker:
- image: circleci/node:8.9.1
steps:
- checkout
- run:
name: install
command: npm i
- run:
name: lint
command: npm run lint
- run:
name: test
command: npm test -- --coverage
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- "7"
- "8"
6 changes: 0 additions & 6 deletions circle.yml

This file was deleted.

0 comments on commit dc3ba67

Please # to comment.