Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Building only on node 8+
It seems that the module `cssstyle` has a danlging comma in the file `cssstyle/lib/CSSStyleDeclaration.js`
that is unparsable by node 7 or earlier. A quick solution is to lock builds on node v8 onwards
  • Loading branch information
wavesoft committed Feb 16, 2019
1 parent 77b5e52 commit 37b069c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,7 +1,5 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
- "9"
- "10"

0 comments on commit 37b069c

Please sign in to comment.