Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit b7d6ffd

Browse files
authored
Merge pull request #400 from MoOx/postcss6-upgrade
Postcss6 upgrade
2 parents 1781dc7 + db0f0fa commit b7d6ffd

14 files changed

+10483
-56
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ sudo: false
22

33
language: node_js
44
node_js:
5-
- '6'
6-
- '5'
7-
- '4'
8-
- '0.12'
5+
- 8
6+
- 6
7+
- 4
98

109
script:
1110
- npm run test

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
environment:
44
matrix:
5+
- nodejs_version: 8
56
- nodejs_version: 6
6-
- nodejs_version: 5
77
- nodejs_version: 4
8-
- nodejs_version: 0.12
98

109
version: "{build}"
1110
build: off

docs/content/usage.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ and show provide duplicates in their examples.
8484
(eg: autoprefixer + cssnext - but cssnext already includes autoprefixer).**
8585
_In order to fix this, here is a warning. You are welcome._
8686

87+
## `warnForDeprecations`
88+
89+
_(default: true)_
90+
91+
This option should be left with its default value, unless you are aware of the
92+
risk and plan to handle the situation.
93+
8794
---
8895

8996
**To know all available options, please check corresponding postcss plugin by

0 commit comments

Comments
 (0)