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.
1 parent 9d9c0c5 commit 1038dcfCopy full SHA for 1038dcf
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
3
-before_script:
+before_install:
4
- npm install -g grunt-cli
5
- gem install sass
6
package.json
@@ -4,6 +4,7 @@
"description": "D3-based reusable chart library",
"main": "c3.js",
"scripts": {
7
+ "prepublish": "grunt",
8
"lint": "grunt lint",
9
"test": "karma start karma.conf.js",
10
"codecov": "cat coverage/*/lcov.info | codecov"
0 commit comments