We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3033372 commit e34f7caCopy full SHA for e34f7ca
.travis.yml
@@ -1,9 +1,8 @@
1
-sudo: false
2
language: node_js
3
node_js:
4
- - "0.12"
5
- "4"
6
- - "5"
+ - "6"
+ - "node"
7
script: npm run travis
8
9
before_install:
package.json
@@ -38,7 +38,7 @@
38
},
39
"dependencies": {
40
"icss-replace-symbols": "^1.0.2",
41
- "postcss": "^5.0.14"
+ "postcss": "^6.0.1"
42
43
"babel": {
44
"presets": [
0 commit comments