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

Postcss6 upgrade #400

Merged
merged 4 commits into from
Jul 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ sudo: false

language: node_js
node_js:
- '6'
- '5'
- '4'
- '0.12'
- 8
- 6
- 4

script:
- npm run test
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

environment:
matrix:
- nodejs_version: 8
- nodejs_version: 6
- nodejs_version: 5
- nodejs_version: 4
- nodejs_version: 0.12

version: "{build}"
build: off
Expand Down
7 changes: 7 additions & 0 deletions docs/content/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ and show provide duplicates in their examples.
(eg: autoprefixer + cssnext - but cssnext already includes autoprefixer).**
_In order to fix this, here is a warning. You are welcome._

## `warnForDeprecations`

_(default: true)_

This option should be left with its default value, unless you are aware of the
risk and plan to handle the situation.

---

**To know all available options, please check corresponding postcss plugin by
Expand Down
Loading