We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42708f1 commit f3918fbCopy full SHA for f3918fb
.travis.yml
@@ -1,8 +1,8 @@
1
-sudo: false
2
language: node_js
3
node_js:
4
- - "0.12"
5
- - "4.0"
+ - "4"
+ - "6"
+ - "node"
6
script: npm run travis
7
8
before_install:
package.json
@@ -35,7 +35,7 @@
35
"homepage": "https://github.com/geelen/postcss-modules-scope",
36
"dependencies": {
37
"css-selector-tokenizer": "^0.7.0",
38
- "postcss": "^5.0.4"
+ "postcss": "^6.0.1"
39
},
40
"devDependencies": {
41
"babel": "^5.4.7",
0 commit comments