We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa81552 + 686cb25 commit 510fcf9Copy full SHA for 510fcf9
.travis.yml
@@ -1,9 +1,8 @@
1
-sudo: false
2
language: node_js
3
node_js:
4
- - 4
5
- - 6
6
- - 7
+ - "4"
+ - "6"
+ - "node"
7
script: npm run travis
8
9
after_success:
package.json
@@ -16,7 +16,7 @@
16
},
17
"dependencies": {
18
"css-selector-tokenizer": "^0.7.0",
19
- "postcss": "^5.0.4"
+ "postcss": "^6.0.1"
20
21
"devDependencies": {
22
"chokidar-cli": "^1.0.1",
0 commit comments