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: 7ea05da1fd09edf2a961a35faccff5d60342f046 (plain)
1
2
3
4
5
6
7
8
{
    "language": "node_js",
    "node_js": ["5"],
    "install": [
        "npm install -g grunt-cli",
        "npm install"
    ]
}