Skip to content

Commit e34f7ca

Browse files
committed
Upgrade postcss6
1 parent 3033372 commit e34f7ca

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
sudo: false
21
language: node_js
32
node_js:
4-
- "0.12"
53
- "4"
6-
- "5"
4+
- "6"
5+
- "node"
76
script: npm run travis
87

98
before_install:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"icss-replace-symbols": "^1.0.2",
41-
"postcss": "^5.0.14"
41+
"postcss": "^6.0.1"
4242
},
4343
"babel": {
4444
"presets": [

0 commit comments

Comments
 (0)