Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit b232a09

Browse files
committed
chore: Update build config
1 parent b3acbe5 commit b232a09

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ lib-cov
1717

1818
# Coverage directory used by tools like istanbul
1919
coverage
20+
.nyc_output
2021

2122
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
2223
.grunt

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ lib-cov
1212

1313
# Coverage directory used by tools like istanbul
1414
coverage
15+
.nyc_output
1516

1617
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1718
.grunt

circle.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ machine:
33
node:
44
version: stable
55

6+
test:
7+
pre:
8+
- npm run lint
9+
post:
10+
- npm run coverage -- --upload --providers coveralls
11+
612
dependencies:
713
pre:
814
- google-chrome --version

0 commit comments

Comments
 (0)