Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: becd57433b3c128d50015b5e99747d3b983f9292 (plain)
1
2
3
4
5
6
7
8
{
    "language": "node_js",
    "node_js": ["0.10"],
    "install": [
        "npm install -g grunt-cli",
        "npm install"
    ]
}