Skip to content

Commit ad4c4a7

Browse files
Fix Travis CI install step
1 parent 631f3ce commit ad4c4a7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ node_js:
44
- stable
55
- "8"
66

7-
after_success: npm run coverage
7+
install:
8+
- npm install
9+
- npm install -g codecov
10+
11+
after_success:
12+
- npm run coverage
13+
- codecov
814

915
# Telegram bot
1016
notifications:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install postcss-import-ext-glob
1919
## Usage
2020

2121
```js
22-
// Postcss plugins
22+
// PostCSS plugins
2323
postcss([
2424
require('postcss-import-ext-glob'),
2525
require('postcss-import')

0 commit comments

Comments
 (0)