Skip to content

Commit f877d91

Browse files
committed
Use PostCSS 6
- Update .travis.yml to test against Node 4
1 parent 30b6dcd commit f877d91

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
language: node_js
2+
node_js:
3+
- 4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"index.js"
2828
],
2929
"dependencies": {
30-
"postcss": "^5.0.4"
30+
"postcss": "^6.0.1"
3131
},
3232
"devDependencies": {
33-
"tape": "^3.0.0"
33+
"tape": "^4.6.3"
3434
},
3535
"bugs": {
3636
"url": "https://github.com/postcss/postcss-media-minmax/issues"

0 commit comments

Comments
 (0)