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 631f3ce commit ad4c4a7Copy full SHA for ad4c4a7
.travis.yml
@@ -4,7 +4,13 @@ node_js:
4
- stable
5
- "8"
6
7
-after_success: npm run coverage
+install:
8
+ - npm install
9
+ - npm install -g codecov
10
+
11
+after_success:
12
+ - npm run coverage
13
+ - codecov
14
15
# Telegram bot
16
notifications:
README.md
@@ -19,7 +19,7 @@ $ npm install postcss-import-ext-glob
19
## Usage
20
21
```js
22
-// Postcss plugins
+// PostCSS plugins
23
postcss([
24
require('postcss-import-ext-glob'),
25
require('postcss-import')
0 commit comments