Skip to content

Commit b921acf

Browse files
committed
update ci config
- update travis ci to node 8 - update to circieci 2.0
1 parent 0e28beb commit b921acf

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/node:8.9.1
6+
steps:
7+
- checkout
8+
- run:
9+
name: install
10+
command: npm i
11+
- run:
12+
name: lint
13+
command: npm run lint
14+
- run:
15+
name: test
16+
command: npm test -- --coverage
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: node_js
22
node_js:
3-
- "7"
3+
- "8"

packages/rollup-plugin-purgecss/circle.yml

-6
This file was deleted.

0 commit comments

Comments
 (0)