We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5adc9e commit d6f02d6Copy full SHA for d6f02d6
.eslintignore
@@ -1,2 +1,3 @@
1
dist/
2
coverage/
3
+src/**/*.test.js
.travis.yml
@@ -0,0 +1,16 @@
+language: node_js
+cache:
+ directories:
4
+ - node_modules
5
+branches:
6
+ only:
7
+ - master
8
+notifications:
9
+ email: false
10
+before_script:
11
+ - npm prune
12
+script:
13
+ - npm run validate
14
+after_success:
15
+ - npm run report-coverage
16
+ - npm run semantic-release
README.md
@@ -9,9 +9,7 @@
[![downloads][downloads-badge]][npmcharts]
[![version][version-badge]][package]
[![MIT License][license-badge]][license]
-
[![PRs Welcome][prs-badge]][prs]
[![size][size-badge]][unpkg-dist]
[![gzip size][gzip-badge]][unpkg-dist]
17
0 commit comments