Skip to content

Commit dece9a1

Browse files
authored
fix travis config (#51)
1 parent 3454f50 commit dece9a1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@ language: node_js
55
node_js:
66
- stable
77

8-
script:
9-
- nyc mocha --no-timeouts
10-
118
after_script:
129
- codecov

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-html",
3-
"version": "0.23.1",
3+
"version": "0.23.2",
44
"description": "PostCSS syntax for parsing HTML (and HTML-like)",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)